CommandLineArguments.EmbeddedFiles Property

Definition

A set of files to embed in the PDB.

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

Property Value

Applies to