CSharpCodeWriter Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.s

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.CodeWriter
    System.Web.Razor.Generator.BaseCodeWriter
      System.Web.Razor.Generator.CSharpCodeWriter

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class CSharpCodeWriter _
    Inherits BaseCodeWriter
'Usage
Dim instance As CSharpCodeWriter
public class CSharpCodeWriter : BaseCodeWriter
public ref class CSharpCodeWriter : public BaseCodeWriter
public class CSharpCodeWriter extends BaseCodeWriter

The CSharpCodeWriter type exposes the following members.

Constructors

  Name Description
Public method CSharpCodeWriter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property Content This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public property InnerWriter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)

Top

Methods

  Name Description
Public method Clear This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method Dispose() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Protected method Dispose(Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Protected method EmitEndConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Protected method EmitEndLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitEndLambdaDelegate().)
Protected method EmitEndLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Protected method EmitEndMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Protected method EmitStartConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitStartConstructor(String).)
Protected method EmitStartLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitStartLambdaDelegate(array<String[]).)
Protected method EmitStartLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitStartLambdaExpression(array<String[]).)
Protected method EmitStartMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToStatement This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method ToString (Inherited from Object.)
Public method ToTypeMember This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Protected method WriteCommaSeparatedList<T> This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Public method WriteEndConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteEndLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteEndLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteEndMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteEndStatement This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteEndStatement().)
Public method WriteHelperHeaderPrefix This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteHelperHeaderPrefix(String, Boolean).)
Public method WriteHelperHeaderSuffix This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteHelperTrailer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteHiddenLinePragma This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteHiddenLinePragma().)
Public method WriteIdentifier This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteIdentifier(String).)
Public method WriteLinePragma This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteLinePragma(Nullable<Int32>, String).)
Public method WriteParameterSeparator This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Public method WriteReturn This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteReturn().)
Public method WriteSnippet This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from BaseCodeWriter.)
Public method WriteStartAssignment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteStartConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteStartLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteStartLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteStartMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.)
Public method WriteStringLiteral This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteStringLiteral(String).)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Generator Namespace