Interface IGenericBinaryTreeCollection<V>
Assembly: Syncfusion.GridCommon.WinForms.dll
public interface IGenericBinaryTreeCollection<V>
Type Parameters
Properties
Declaration
Property Value
Declaration
bool IsInitializing { get; }
Property Value
Declaration
Property Value
Declaration
V this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
Declaration
V AddIfNotExists(object key, V item)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
V |
item |
|
Returns
Declaration
Declaration
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
Declaration
void CopyTo(V[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
V[] |
array |
|
System.Int32 |
arrayIndex |
|
Declaration
Declaration
Declaration
V FindHighestSmallerOrEqualKey(object key)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
Declaration
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
Declaration
IEnumerator<V> GetEnumerator()
Returns
Type |
System.Collections.Generic.IEnumerator<V> |
Declaration
Parameters
Type |
Name |
Description |
V |
current |
|
Returns
Declaration
Parameters
Type |
Name |
Description |
V |
current |
|
Returns
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
Declaration
int IndexOfKey(object key)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
Declaration
void Insert(int index, V item)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
V |
item |
|
Declaration
Parameters
Type |
Name |
Description |
V |
item |
|
Returns
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|