CommandLineArguments.SourcePaths Property

Definition

Sequence of absolute paths used to search for sources specified as #load directives.

public:
 property System::Collections::Immutable::ImmutableArray<System::String ^> SourcePaths { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> SourcePaths { get; }
member this.SourcePaths : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property SourcePaths As ImmutableArray(Of String)

Property Value

Applies to