Method | Description | |
---|---|---|
ArrayPropertyDescriptor ( Type arrayType, Type elementType, int index ) : Microsoft.Win32 | ||
GetValue ( object instance ) : object | ||
SetValue ( object instance, object value ) : void |
public ArrayPropertyDescriptor ( Type arrayType, Type elementType, int index ) : Microsoft.Win32 | ||
arrayType | Type | |
elementType | Type | |
index | int | |
return | Microsoft.Win32 |
public SetValue ( object instance, object value ) : void | ||
instance | object | |
value | object | |
return | void |