[]
Gets the index with the specified key selector.
public Index<T> this[LambdaExpression key] { get; }
Public ReadOnly Default Property Item(key As LambdaExpression) As Index(Of T)
| Type | Name | Description |
|---|---|---|
| LambdaExpression | key | Key selector expression of an index, see KeySelector. |