Initializes a new instance of the MemberColumnSchemaCollection class.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public MemberColumnSchemaCollection( IEnumerable<MemberColumnSchema> collection ) |
| Visual Basic |
|---|
Public Sub New ( collection As IEnumerable(Of MemberColumnSchema) ) |
Parameters
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'MemberColumnSchema>)>)>
The collection from which the elements are copied.