Class TokenStream.CaseInsensCharProvider
Fix Microsoft bug for Case insensitive types... Microsoft provide only case insensitive hash provider for strings... chars by itself not supported.
Inheritance
System.Object
TokenStream.CaseInsensCharProvider
Implements
System.Collections.IHashCodeProvider
Namespace: Syncfusion.IO
Assembly: Syncfusion.MIME.Base.dll
Syntax
protected class CaseInsensCharProvider : Object, IHashCodeProvider
Constructors
CaseInsensCharProvider()
Declaration
public CaseInsensCharProvider()
Methods
GetHashCode(Object)
Method calculate hash code for char
Declaration
public int GetHashCode(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | Object which hash must be calculated |
Returns
| Type |
|---|
| System.Int32 |
Implements
System.Collections.IHashCodeProvider