ListAt
ArgumentList& list = response.ListAt(1);
const ArgumentList& arguments = response.ListAt(1);
ArgumentList& list = response.ListAt(2);
ArgumentList& flags = list.ListAt(i + 1);
ArgumentList& list = response.ListAt(2);
ArgumentList& flagList = list.ListAt(i + 1);
ArgumentList& attributes = response.ListAt(1);
const ArgumentList& arguments = response.ListAt(2);
ArgumentList& list = response.ListAt(1);
ArgumentList& ListAt(int32 index) const;