[]
Adds a collection of StaticMember objects to the existing StaticMemberCollection.
public void AddRange(IEnumerable<StaticMember> collection)
Type | Name | Description |
---|---|---|
IEnumerable<StaticMember> | collection | A collection of the StaticMember objects to add. |