'Declaration
<__DynamicallyInvokableAttribute()>
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overridable Function ToString() As System.String
'Usage
Dim instance As AnnotException
Dim value As System.String
value = instance.ToString()
[__DynamicallyInvokable()]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public virtual System.string ToString()
public function ToString(): System.String; virtual;
__DynamicallyInvokableAttribute()
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function ToString() : System.String;
[__DynamicallyInvokable()]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public: virtual System.string* ToString();
[__DynamicallyInvokable()]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public:
virtual System.String^ ToString();