GeneratorDriver.AddGenerators(ImmutableArray<ISourceGenerator>) Method

Definition

public Microsoft.CodeAnalysis.GeneratorDriver AddGenerators (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISourceGenerator> generators);
member this.AddGenerators : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISourceGenerator> -> Microsoft.CodeAnalysis.GeneratorDriver
Public Function AddGenerators (generators As ImmutableArray(Of ISourceGenerator)) As GeneratorDriver

Parameters

Returns

Applies to