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