The NavigationSetT generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an object to the end of the CollectionT. (Inherited from CollectionT.) |
![]() |
ChangeItemKey |
Changes the key associated with the specified element in the lookup dictionary. (Inherited from KeyedCollectionT, T.) |
![]() |
Clear |
Removes all elements from the CollectionT. (Inherited from CollectionT.) |
![]() |
ClearItems | (Overrides NotifiableCollectionTClearItems.) |
![]() |
Contains |
Determines whether the collection contains an element with the specified key. (Inherited from KeyedCollectionT, T.) |
![]() |
CopyTo |
Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionT.) |
![]() |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionT.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetKeyForItem | (Inherited from NotifiableCollectionT.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionT.) |
![]() |
Insert |
Inserts an element into the CollectionT at the specified index. (Inherited from CollectionT.) |
![]() |
InsertItem | (Overrides NotifiableCollectionTInsertItem(Int32, T).) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove |
Removes the element with the specified key from the KeyedCollectionTKey, TItem. (Inherited from KeyedCollectionT, T.) |
![]() |
RemoveAt |
Removes the element at the specified index of the CollectionT. (Inherited from CollectionT.) |
![]() |
RemoveItem | (Overrides NotifiableCollectionTRemoveItem(Int32).) |
![]() |
SetItem | (Overrides NotifiableCollectionTSetItem(Int32, T).) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() |
GetAggregateHashCode |
Returns a hashcode for a collection that
uses a similar algorithm to that used by the .NET Tuple class.
Order matters.
(Defined by EnumerableFns.) |
![]() |
ToAggregateString |
Concatenates the string version of each element in a collection using the delimiter provided.
(Defined by EnumerableFns.) |
See Also