Share via


GeneratorResults.DesignTimeLineMappings Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the dictionary of design-time generated code mappings.

public System.Collections.Generic.IDictionary<int,System.Web.Razor.Generator.GeneratedCodeMapping> DesignTimeLineMappings { get; }
member this.DesignTimeLineMappings : System.Collections.Generic.IDictionary<int, System.Web.Razor.Generator.GeneratedCodeMapping>
Public ReadOnly Property DesignTimeLineMappings As IDictionary(Of Integer, GeneratedCodeMapping)

Property Value

The dictionary of design-time generated code mappings.

Applies to