Constructor CollectionBase
CollectionBase(Collections.Generic.IEqualityComparer<T>, MemoryType)
Declaration
protected CollectionBase(Collections.Generic.IEqualityComparer<T> itemequalityComparer, MemoryType memoryType)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEqualityComparer<T> | itemequalityComparer | |
MemoryType | memoryType | The type of memory for the enumerator used to iterate the collection |