| Visual Basic (Usage) | Copy Code |
|---|---|
Dim collection As IEnumerable(Of QualifiedName) Dim instance As New QualifiedNameCollection(collection) | |
| C# | |
|---|---|
public QualifiedNameCollection( IEnumerable<QualifiedName> collection ) | |
Parameters
- collection
- The enumerated collection of qualified names to add to this new collection
Initializes the collection from another collection.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x