Retrieves the signature of the field.
[Visual Basic] Public ReadOnly Property Signature As String [C#] public string Signature {get;} [C++] public: __property String* get_Signature(); [JScript] public function get Signature() : String;
Read-only. A String containing the signature of the method reflected by this MethodBase instance.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace