RusticiSoftware.System.Collections.ArrayListSupport ArrayListSupport System.Collections.Generic.List System.Collections.IEnumerable System.Collections.ICollection ${this}.addS(${arg}) System.Object arg Add System.Int32 ${this}.addAllS(${arg}) System.Collections.ICollection arg AddRange System.Void ${this}.addAllS(${arg}) System.Array arg AddRange System.Void ${this}.contains(${key}) System.Object key Contains System.Boolean ${this}.get(${i}) System.Int32 i get___idx System.Object ${this}.set___idx(${i}, ${v}) System.Int32 i System.Object v set___idx System.Void ${this}.toArrayS(new ${TYPEOF_TYPE}[0]) System.Object TYPEOF_expr ToArray System.Object[] ${this}.sort() Sort System.Void ${this}.size() System.Int32 Count ${this}.size() ${this}.setCount(${value}) new ArrayListSupport() new ArrayListSupport(${length}) System.Int32 length new ArrayListSupport(${collection}) System.ICollection collection