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