Removes a subindex from the collection.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
| C# |
|---|
public bool Remove( Subindex<T> definition ) |
| Visual Basic |
|---|
Public Function Remove ( _ definition As Subindex(Of T) _ ) As Boolean |
Parameters
- definition
- Type: C1.LiveLinq.Indexing..::..Subindex<(Of <(<'T>)>)>
The subindex to remove.