public ArrayList Kids { get; set; }
Public Property Kids As ArrayList Get Set
public: property ArrayList^ Kids { ArrayList^ get (); void set (ArrayList^ value); }