CSharpCodeParser.BaseTypeDirective Method
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.
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>