java.util.List
List
System.Collections.IList
System.Object
${this}.add(${arg})
System.Object
arg
Add
System.Int32
${this}.contains(${key})
System.Object
key
Contains
System.Boolean
${this}.size()
System.Int32
Count
${this}.size()
${this}.setCount(${value})
System.Int32
i
System.Object
${this}.get(${i})
${this}.put(${i}, ${value})