Share via


MigrationCodeGenerator.AnnotationGenerators Property

Definition

Gets the AnnotationCodeGenerator instances that are being used.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public virtual System.Collections.Generic.IDictionary<string,Func<System.Data.Entity.Infrastructure.Annotations.AnnotationCodeGenerator>> AnnotationGenerators { get; }
member this.AnnotationGenerators : System.Collections.Generic.IDictionary<string, Func<System.Data.Entity.Infrastructure.Annotations.AnnotationCodeGenerator>>
Public Overridable ReadOnly Property AnnotationGenerators As IDictionary(Of String, Func(Of AnnotationCodeGenerator))

Property Value

Attributes

Applies to