
Public Member Functions | |
| void | Add (int toadd) |
| void | Alloc (int n) |
| ArrayInt () | |
| ArrayInt (IntPtr wxObject) | |
| override void | Dispose () |
| int | Item (int num) |
Static Public Member Functions | |
| static implicit | operator int[] (ArrayInt ari) |
Properties | |
| int | Count [get] |
| wx.ArrayInt.ArrayInt | ( | IntPtr | wxObject | ) |
| wx.ArrayInt.ArrayInt | ( | ) |
| void wx.ArrayInt.Add | ( | int | toadd | ) |
| void wx.ArrayInt.Alloc | ( | int | n | ) |
Preallocates a number of elements.
| n | The number of elements that will probably have to be stored. |
| override void wx.ArrayInt.Dispose | ( | ) | [virtual] |
Reimplemented from wx.Object.
| int wx.ArrayInt.Item | ( | int | num | ) |
| static implicit wx.ArrayInt.operator int[] | ( | ArrayInt | ari | ) | [static] |
int wx.ArrayInt.Count [get] |