C# Class CommandLine.ValueListAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Vaa3D/vaa3d_tools Class Usage Examples

Private Properties

Свойство Type Description
GetAttribute ValueListAttribute
GetField System.Reflection.FieldInfo
GetReference IList
ValueListAttribute System

Méthodes publiques

Méthode Description
ValueListAttribute ( Type concreteType ) : System

Initializes a new instance of the CommandLine.ValueListAttribute class.

Private Methods

Méthode Description
GetAttribute ( object target ) : ValueListAttribute
GetField ( object target, Type &concreteType ) : FieldInfo
GetReference ( object target ) : IList
ValueListAttribute ( ) : System

Method Details

ValueListAttribute() public méthode

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 .
Résultat System