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 : stringProtected Overridable ReadOnly Property WriteMethodName As StringProperty Value
Remarks
Default is to HTML encode all but a few types.