CSharpCodeVisitor.WriteToMethodName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.