public HashSet<string> IgnoreWarnings { get; }
Public ReadOnly Property IgnoreWarnings As HashSet(Of String)
Get
public:
virtual property HashSet<String^>^ IgnoreWarnings {
HashSet<String^>^ get () sealed;
}
abstract IgnoreWarnings : HashSet<string> with get
override IgnoreWarnings : HashSet<string> with get