'Declaration Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
'Declaration Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
public QuietZone GetQuietZone() { if(!_quietZone.IsEmpty) return _quietZone; return new QuietZone(10, 10, 10, 10); }