Add(IEnumerable<Object>)
|
Adds a group that is under the specified path (group values from the root to the required group).
|
Add(Object[])
|
Adds a group that is under the specified path (group values from the root to the required group).
|
Clear()
|
Removes all items from the collection.
|
Contains(IEnumerable<Object>)
|
Determines whether the collection contains a group under the specified path (group values from the root to the group).
|
Contains(Object[])
|
Determines whether the collection contains a group under the specified path (group values from the root to the group).
|
CopyTo(IEnumerable<Object>[], Int32)
|
Copies all elements of the current collection to the specified one-dimensional array.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
IndexOf(IEnumerable<Object>)
|
Returns an index under the which the collection contains a group under the specified path (group values from the root to the group).
|
IndexOf(Object[])
|
Returns an index under the which the collection contains a group under the specified path (group values from the root to the group).
|
Insert(Int32, IEnumerable<Object>)
|
Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index.
|
Insert(Int32, Object[])
|
Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(IEnumerable<Object>)
|
Removes a group under the specified path (group values from the root to the group) from the selected groups.
|
Remove(Object[])
|
Removes a group under the specified path (group values from the root to the group) from the selected groups.
|
RemoveAt(Int32)
|
Removes a group under the specified index from a collection of selected groups.
|
ToString()
|
Returns a string that represents the current object.
|