public CompilerWarning[] Warnings { get; }
Public ReadOnly Property Warnings As CompilerWarning()
Get
Dim instance As CompilerResultsEx
Dim value As CompilerWarning()
value = instance.Warnings
public:
property array<CompilerWarning^>^ Warnings {
array<CompilerWarning^>^ get ();
}
member Warnings : CompilerWarning[] with get
No code example is currently available or this language may not be supported.