ControlBuilderAttribute.GetHashCode Method

Definition

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

Returns

A 32-bit signed integer representing the hash code; otherwise, 0, if the BuilderType is null.

Applies to

See also