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