C# 클래스 CommandLine.ValueListAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Vaa3D/vaa3d_tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetAttribute ValueListAttribute
GetField System.Reflection.FieldInfo
GetReference IList
ValueListAttribute System

공개 메소드들

메소드 설명
ValueListAttribute ( Type concreteType ) : System

Initializes a new instance of the CommandLine.ValueListAttribute class.

비공개 메소드들

메소드 설명
GetAttribute ( object target ) : ValueListAttribute
GetField ( object target, Type &concreteType ) : FieldInfo
GetReference ( object target ) : IList
ValueListAttribute ( ) : System

메소드 상세

ValueListAttribute() 공개 메소드

Initializes a new instance of the CommandLine.ValueListAttribute class.
Thrown if is null.
public ValueListAttribute ( Type concreteType ) : System
concreteType System.Type A type that implements .
리턴 System