Class SortedListExtensions
Inheritance
object
SortedListExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
---|---|---|
System.Collections.Generic.SortedList<TKey, TValue><T1, T2> | list | |
int | count |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 |