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