Click or drag to resize

IndexT1, T2 Methods

The IndexT1, T2 generic type exposes the following members.

Methods
  NameDescription
Public methodContains
Check if the index contains an item with the specified ID
Public methodContainsValue
Returns true if the dictionary contains the value specified
Public methodFind
Returns an item from the index with the specified id. If no item is found, default(T) is returned
Public methodFindAll
Find all the values that returns true for the predicate
Public methodForEach
Iterates over all the registered instances
Public methodGetEnumerator
Gets the enumerator
Public methodRegister
Registers an item with the index. If the key already exists, the current entry will be overwritten
Public methodRemove
Removes an item from the index. If no item is found, the request is ignored
Public methodToString
The name of the object
(Overrides ObjectToString.)
Top
See Also