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