Share via


CSharpCodeVisitor.WriteToMethodName Property

Definition

Method used to write an Object to a specified TextWriter.

protected:
 virtual property System::String ^ WriteToMethodName { System::String ^ get(); };
protected virtual string WriteToMethodName { get; }
member this.WriteToMethodName : string
Protected Overridable ReadOnly Property WriteToMethodName As String

Property Value

Remarks

Default is to HTML encode all but a few types.

Applies to