Click or drag to resize

DictionarySerializerTStringComparer Property

Gets or sets the string comparer to use for dictionary keys.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual StringComparer StringComparer { get; set; }

Property Value

Type: StringComparer
The string comparer to use for dictionary keys.
See Also