C# 클래스 System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor

상속: SimplePropertyDescriptor
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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