GroupCollection.GroupCollection Constructors
Initializes a new instance of the GroupCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | GroupCollection() | Initializes a new empty instance of the GroupCollection class. |
Public method | GroupCollection(IEnumerable< Group > items) | Initializes a new instance of the GroupCollection class with the specified elements. |
GroupCollection()
Initializes a new empty instance of the GroupCollection class.Syntax
public GroupCollection ()
GroupCollection(IEnumerable< Group > items)
Initializes a new instance of the GroupCollection class with the specified elements.Syntax
public GroupCollection (
IEnumerable< Group > items
)
Parameters
items
Type: A collection of Group 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