StringKeyedDictionaryTValue Constructor

Overload List

StringKeyedDictionaryTValue Initializes a new instance of the StringKeyedDictionaryTValue class using ordinal comparison.
StringKeyedDictionaryTValue(StringSegmentComparer) Initializes a new instance of the StringKeyedDictionaryTValue class using the specified comparer.
StringKeyedDictionaryTValue(Boolean, Boolean) Initializes a new instance of the StringKeyedDictionaryTValue class that uses an ordinal comparer that satisfies the specified parameters.
StringKeyedDictionaryTValue(IDictionaryString, TValue, StringSegmentComparer) Initializes a new instance of the StringKeyedDictionaryTValue class from the specified dictionary using the specified comparer.
StringKeyedDictionaryTValue(IEnumerableKeyValuePairString, TValue, StringSegmentComparer) Initializes a new instance of the StringKeyedDictionaryTValue class from the specified collection using the specified comparer.
StringKeyedDictionaryTValue(Int32, StringSegmentComparer) Initializes a new instance of the StringKeyedDictionaryTValue class using the specified capacity and comparer.
StringKeyedDictionaryTValue(SerializationInfo, StreamingContext) Initializes a new instance of the StringKeyedDictionaryTValue class from serialized data.
StringKeyedDictionaryTValue(Int32, Boolean, Boolean) Initializes a new instance of the StringKeyedDictionaryTValue class using the specified capacity and an ordinal comparer that satisfies the specified parameters.

See Also