Interface IGenericBinaryTreeCollection<V>
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public interface IGenericBinaryTreeCollection<V>
Type Parameters
Properties
Count
Declaration
Property Value
IsInitializing
Declaration
bool IsInitializing { get; }
Property Value
IsReadOnly
Declaration
Property Value
Item[Int32]
Declaration
V this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(V)
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
AddIfNotExists(Object, V)
Declaration
V AddIfNotExists(object key, V item)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
V |
item |
|
Returns
BeginInit()
Declaration
Clear()
Declaration
Contains(V)
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
CopyTo(V[], Int32)
Declaration
void CopyTo(V[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
V[] |
array |
|
System.Int32 |
arrayIndex |
|
Dispose()
Declaration
EndInit()
Declaration
FindHighestSmallerOrEqualKey(Object)
Declaration
V FindHighestSmallerOrEqualKey(object key)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
FindKey(Object)
Declaration
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
GetEnumerator()
Declaration
IEnumerator<V> GetEnumerator()
Returns
Type |
System.Collections.Generic.IEnumerator<V> |
GetNext(V)
Declaration
Parameters
Type |
Name |
Description |
V |
current |
|
Returns
GetPrevious(V)
Declaration
Parameters
Type |
Name |
Description |
V |
current |
|
Returns
IndexOf(V)
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
IndexOfKey(Object)
Declaration
int IndexOfKey(object key)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
Insert(Int32, V)
Declaration
void Insert(int index, V item)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
V |
item |
|
Remove(V)
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
RemoveAt(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|