Share via


CSharpCodeParser.BaseTypeDirective Method

Definition

protected:
 void BaseTypeDirective(System::String ^ noTypeNameError, Func<System::String ^, Microsoft::AspNetCore::Razor::Chunks::Generators::SpanChunkGenerator ^> ^ createChunkGenerator);
protected void BaseTypeDirective (string noTypeNameError, Func<string,Microsoft.AspNetCore.Razor.Chunks.Generators.SpanChunkGenerator> createChunkGenerator);
member this.BaseTypeDirective : string * Func<string, Microsoft.AspNetCore.Razor.Chunks.Generators.SpanChunkGenerator> -> unit
Protected Sub BaseTypeDirective (noTypeNameError As String, createChunkGenerator As Func(Of String, SpanChunkGenerator))

Parameters

noTypeNameError
String
createChunkGenerator
Func<String,SpanChunkGenerator>

Applies to