AssemblyDefinitionInfo.References 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.
Gets AsmDef references for this assembly definition.
public:
property cli::array <System::String ^> ^ References { cli::array <System::String ^> ^ get(); };
public string[] References { get; }
member this.References : string[]
Public ReadOnly Property References As String()
Property Value
- String[]