Constructor CacheCollection
CacheCollection(StringComparer)
Creates a CacheCollection instance with the provided StringComparer.
Declaration
public CacheCollection(StringComparer invariantCultureIgnoreCase)
Parameters
Type | Name | Description |
---|---|---|
System.StringComparer | invariantCultureIgnoreCase | StringComparer to be used by the cache collection for GetHashCode implementations. |