C# Класс System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor

Наследование: SimplePropertyDescriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
ArrayPropertyDescriptor ( Type arrayType, Type elementType, int index ) : Microsoft.Win32
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void

Описание методов

ArrayPropertyDescriptor() публичный Метод

public ArrayPropertyDescriptor ( Type arrayType, Type elementType, int index ) : Microsoft.Win32
arrayType Type
elementType Type
index int
Результат Microsoft.Win32

GetValue() публичный Метод

public GetValue ( object instance ) : object
instance object
Результат object

SetValue() публичный Метод

public SetValue ( object instance, object value ) : void
instance object
value object
Результат void