public int Capacity { get; set; }
Public Property Capacity As Integer Get Set
public: property int Capacity { int get (); void set (int value); }
© 2018 GitHub Community. All rights reserved.