TopoBaseInfoEntryCollection.TopoBaseInfoEntryCollection Constructors
Initializes a new instance of the TopoBaseInfoEntryCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | TopoBaseInfoEntryCollection() | Initializes a new empty instance of the TopoBaseInfoEntryCollection class. |
Public method | TopoBaseInfoEntryCollection(IEnumerable< TopoBaseInfoEntry > items) | Initializes a new instance of the TopoBaseInfoEntryCollection class with the specified elements. |
TopoBaseInfoEntryCollection()
Initializes a new empty instance of the TopoBaseInfoEntryCollection class.Syntax
public TopoBaseInfoEntryCollection ()
TopoBaseInfoEntryCollection(IEnumerable< TopoBaseInfoEntry > items)
Initializes a new instance of the TopoBaseInfoEntryCollection class with the specified elements.Syntax
public TopoBaseInfoEntryCollection (
IEnumerable< TopoBaseInfoEntry > items
)
Parameters
items
Type: A collection of TopoBaseInfoEntry elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android