BaseCodeWriter Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.CodeWriter
System.Web.Razor.Generator.BaseCodeWriter
System.Web.Razor.Generator.CSharpCodeWriter
System.Web.Razor.Generator.VBCodeWriter
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public MustInherit Class BaseCodeWriter _
Inherits CodeWriter
'Usage
Dim instance As BaseCodeWriter
public abstract class BaseCodeWriter : CodeWriter
public ref class BaseCodeWriter abstract : public CodeWriter
public abstract class BaseCodeWriter extends CodeWriter
The BaseCodeWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BaseCodeWriter | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Content | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
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 | |
---|---|---|
Clear | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
Dispose() | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
Dispose(Boolean) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
EmitEndConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitEndConstructor().) | |
EmitEndLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
EmitEndLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitEndLambdaExpression().) | |
EmitEndMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitEndMethodInvoke().) | |
EmitStartConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
EmitStartLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
EmitStartLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
EmitStartMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.EmitStartMethodInvoke(String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToStatement | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
ToString | (Inherited from Object.) | |
ToTypeMember | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteCommaSeparatedList<T> | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WriteEndConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteEndLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteEndLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteEndMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteEndStatement | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteHelperHeaderPrefix | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteHelperHeaderSuffix | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteHelperTrailer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteHiddenLinePragma | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteIdentifier | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteLinePragma | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteParameterSeparator | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteParameterSeparator().) | |
WriteReturn | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteSnippet | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeWriter.WriteSnippet(String).) | |
WriteStartAssignment | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteStartConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteStartLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteStartLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteStartMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) | |
WriteStringLiteral | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeWriter.) |
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.