ListAccessor

Class in Arbor / Inherits from: object

Description

Access IList<> generated at runtime.

Methods

Method Name Description
AddElement Add an element.
Clear Remove all elements.
InsertElement Insert an element.
NewArray Create a array instance.
NewList Create a List instance.
RemoveAtIndex Remove an element.
RemoveElement Remove an element.
SetElement Set the element.
ToArray Convert to an array.
ToList Convert to List.

Static Methods

Method Name Description
Get Get ListAccessor of specified element type.