Redigera

Dela via


TypeName.MakePointerTypeName Method

Definition

Creates a TypeName object that represents a pointer to the current type.

public:
 System::Reflection::Metadata::TypeName ^ MakePointerTypeName();
public System.Reflection.Metadata.TypeName MakePointerTypeName();
member this.MakePointerTypeName : unit -> System.Reflection.Metadata.TypeName
Public Function MakePointerTypeName () As TypeName

Returns

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

Applies to