ControlBuilderAttribute.GetHashCode 方法

定义

返回 ControlBuilderAttribute 对象的哈希代码。Returns the hash code of the ControlBuilderAttribute object.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

表示哈希代码的 32 位有符号整数;如果 BuilderTypenull,则为 0。A 32-bit signed integer representing the hash code; otherwise, 0, if the BuilderType is null.

适用于

另请参阅