Click or drag to resize
MimeKit

TnefPropertyReaderGetHashCode Method

Serves as a hash function for a TnefPropertyReader object.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override int GetHashCode()

Return Value

Int32
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.
Remarks
Serves as a hash function for a TnefPropertyReader object.
See Also