MethodBuilder.Signature Свойство
Определение
Извлекает сигнатуру метода.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
Значение свойства
Только для чтения.Read-only. Строка, содержащая сигнатуру метода, отражаемую этим экземпляром MethodBase
.A String containing the signature of the method reflected by this MethodBase
instance.