IndexMetadataCollection<(Of <(<'TObjectName, TDbType>)>)> Constructor
Initializes a new instance of the IndexMetadataCollection<(Of <(<'TObjectName, TDbType>)>)> class.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IndexMetadataCollection( IList<IndexMetadata<TObjectName, TDbType>> list )
Public Sub New ( _ list As IList(Of IndexMetadata(Of TObjectName, TDbType)) _ )
public: IndexMetadataCollection( IList<IndexMetadata<TObjectName, TDbType>^>^ list )
Parameters
- list
- Type: IList<(Of <(<'IndexMetadata<(Of <(<'TObjectName, TDbType>)>)>>)>)>
The list to wrap.