CSharpCodeParser.BaseTypeDirective Method

Definition

Indicates the base type directive.

protected void BaseTypeDirective (string noTypeNameError, Func<string,System.Web.Razor.Generator.SpanCodeGenerator> createCodeGenerator);
member this.BaseTypeDirective : string * Func<string, System.Web.Razor.Generator.SpanCodeGenerator> -> unit
Protected Sub BaseTypeDirective (noTypeNameError As String, createCodeGenerator As Func(Of String, SpanCodeGenerator))

Parameters

noTypeNameError
String

The no type name error.

createCodeGenerator
Func<String,SpanCodeGenerator>

The create code generator.

Applies to