CompilationPlatformInfo.CommonPlatformReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
These references are specific for this platform and common or player/editor.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ CommonPlatformReferences { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> CommonPlatformReferences { get; }
member this.CommonPlatformReferences : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property CommonPlatformReferences As IReadOnlyList(Of String)