CSharpCompilation.DirectiveReferences Property

Definition

public:
 virtual property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::MetadataReference ^> DirectiveReferences { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::MetadataReference ^> get(); };
public override System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.MetadataReference> DirectiveReferences { get; }
member this.DirectiveReferences : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.MetadataReference>
Public Overrides ReadOnly Property DirectiveReferences As ImmutableArray(Of MetadataReference)

Property Value

Applies to