NameHashCode Property

Json.NET

Json.NET - Quick Starts & API Documentation NameHashCode Property
NamespacesNewtonsoft.Json.Linq.ComponentModelJPropertyDescriptorNameHashCode
Gets the hash code for the name of the member.
Declaration Syntax
C# Visual Basic Visual C++
protected override int NameHashCode { get; }
Protected Overrides ReadOnly Property NameHashCode As Integer
	Get
protected:
virtual property int NameHashCode {
	int get () override;
}
Value
Return Value
The hash code for the name of the member.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)