CollectionEditor.GetObjectsFromInstance(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

Параметры

instance
Object

Список ArrayList, возвращаемый в качестве объекта.

Возвращаемое значение

Список ArrayList, содержащий отдельные объекты, которые требуется создать.

Применяется к