public int StackDepth { get; set; }
Public Property StackDepth As Integer Get Set
public: property int StackDepth { int get (); void set (int value); }
member StackDepth : int with get, set
In This Article