EnumBuilder.MakePointerType Method

Definition

Returns a Type object that represents a pointer to the current type.

public:
 override Type ^ MakePointerType();
public override Type MakePointerType ();
override this.MakePointerType : unit -> Type
Public Overrides Function MakePointerType () As Type

Returns

A Type object that represents a pointer to the current type.

Applies to

See also