public virtual bool IsEmpty { get; protected set; }
Public Overridable Property IsEmpty As Boolean
Get
Protected Set
public:
virtual property bool IsEmpty {
bool get ();
protected: void set (bool value);
}
abstract IsEmpty : bool with get, set
override IsEmpty : bool with get, set