Share via


ISpanCodeGenerator Interface

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a phase of the code generator.

public interface ISpanCodeGenerator
type ISpanCodeGenerator = interface
Public Interface ISpanCodeGenerator
Derived

Methods

GenerateCode(Span, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the data model with the specified target and context.

Applies to