MemberDescriptor::NameHashCode Property

 

Gets the hash code for the name of the member, as specified in GetHashCode.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
property int NameHashCode {
	virtual int get();
}

Property Value

Type: System::Int32

The hash code for the name of the member.

.NET Framework
Available since 1.1
Return to top
Show: