C# Class System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor

Inheritance: SimplePropertyDescriptor
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Method Details

ArrayPropertyDescriptor() public méthode

public ArrayPropertyDescriptor ( Type arrayType, Type elementType, int index ) : Microsoft.Win32
arrayType Type
elementType Type
index int
Résultat Microsoft.Win32

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object

SetValue() public méthode

public SetValue ( object instance, object value ) : void
instance object
value object
Résultat void