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
返回
表示哈希代码的 32 位有符号整数;如果 BuilderType 为 null,则为 0。A 32-bit signed integer representing the hash code; otherwise, 0, if the BuilderType is null.