CSharpCodeVisitor.WriteMethodName 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 the current output.
protected:
virtual property System::String ^ WriteMethodName { System::String ^ get(); };
protected virtual string WriteMethodName { get; }
member this.WriteMethodName : string
Protected Overridable ReadOnly Property WriteMethodName As String
Property Value
Remarks
Default is to HTML encode all but a few types.