public int LeftParenthesesCount { get; set; }
Public Property LeftParenthesesCount As Integer Get Set
public: property int^ LeftParenthesesCount { int^ get (); void set (int^ value); }