Class IndexedItem<TObject, TKey>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
An item with it's index.
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
- Inheritance
-
IndexedItem<TObject, TKey>
- Implements
-
IEquatable<Indexed
Item <TObject, TKey>>
Remarks
Initializes a new instance of the IndexedItem<TObject, TKey> class.
Constructors
IndexedItem(TObject, TKey, int)
An item with it's index.
Parameters
value
TObjectThe value.
key
TKeyThe key.
index
intThe index.
Remarks
Initializes a new instance of the IndexedItem<TObject, TKey> class.
Properties
Index
Gets the index.
Property Value
Key
Gets the key.
Property Value
- TKey
Value
Gets the value.
Property Value
- TObject
Methods
Equals(IndexedItem<TObject, TKey>?)
Parameters
other
IndexedItem <TObject, TKey>
Returns
Equals(object?)
Parameters
obj
object