C# Class System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor

Inheritance: SimplePropertyDescriptor
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

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

Method Details

ArrayPropertyDescriptor() public method

public ArrayPropertyDescriptor ( Type arrayType, Type elementType, int index ) : Microsoft.Win32
arrayType Type
elementType Type
index int
return Microsoft.Win32

GetValue() public method

public GetValue ( object instance ) : object
instance object
return object

SetValue() public method

public SetValue ( object instance, object value ) : void
instance object
value object
return void