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;
Returns the signature of the field.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace