CompilationPlatformInfo.AdditionalInEditorReferences Property

Definition

These references are specific for this platform editor build.

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

Property Value

IReadOnlyList<String>

Applies to