MethodBuilder.Signature Property

Definition

Retrieves the signature of the method.

public:
 property System::String ^ Signature { System::String ^ get(); };
public string Signature { get; }
member this.Signature : string
Public ReadOnly Property Signature As String

Property Value

Read-only. A String containing the signature of the method reflected by this MethodBase instance.

Applies to