[]
Returns a list containing the given object
protected override IList GetObjectsFromInstance(object instance)
Protected Overrides Function GetObjectsFromInstance(instance As Object) As IList
Type | Name | Description |
---|---|---|
object | instance | An ArrayList returned as an object. |
Type | Description |
---|---|
IList | An ArrayList which contains the individual objects to be created. |