CommandLineArguments.MetadataReferences Property

Definition

References to metadata supplied on the command line. Includes assemblies specified via /r and netmodules specified via /addmodule.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineReference> MetadataReferences { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineReference> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineReference> MetadataReferences { get; }
member this.MetadataReferences : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineReference>
Public ReadOnly Property MetadataReferences As ImmutableArray(Of CommandLineReference)

Property Value

Applies to