Class SortedListExtensions
Inherited Members
Namespace: InsaneScatterbrain.Extensions
Syntax
public static class SortedListExtensions
Methods
EnsureCapacity<T1, T2>(SortedList<T1, T2>, int)
Declaration
public static void EnsureCapacity<T1, T2>(this SortedList<T1, T2> list, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| SortedList<T1, T2> | list | |
| int | count |
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 |