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