DictionarySerializerTStringComparer Property |
Gets or sets the string comparer to use for dictionary keys.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual StringComparer StringComparer { get; set; }
Property Value
Type:
StringComparer
The string comparer to use for dictionary keys.
See Also