Property this
this[long]
Get/Set a value using the specified key.
Declaration
public TEntry this[long key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
long | key |
Property Value
Type | Description |
---|---|
TEntry |
this[string]
Get/Set a value using the specified key name.
Declaration
public TEntry this[string keyName] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
string | keyName |
Property Value
Type | Description |
---|---|
TEntry |