CollectionEditor.GetObjectsFromInstance(Object) Method

Definition

Returns a list containing the given object.

protected:
 virtual System::Collections::IList ^ GetObjectsFromInstance(System::Object ^ instance);
protected virtual System.Collections.IList GetObjectsFromInstance (object instance);
protected virtual System.Collections.IList GetObjectsFromInstance (object? instance);
abstract member GetObjectsFromInstance : obj -> System.Collections.IList
override this.GetObjectsFromInstance : obj -> System.Collections.IList
Protected Overridable Function GetObjectsFromInstance (instance As Object) As IList

Parameters

instance
Object

An ArrayList returned as an object.

Returns

An ArrayList which contains the individual objects to be created.

Applies to