C# Class CommandLine.ValueListAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: Vaa3D/vaa3d_tools Class Usage Examples

Private Properties

Property Type Description
GetAttribute ValueListAttribute
GetField System.Reflection.FieldInfo
GetReference IList
ValueListAttribute System

Public Methods

Method Description
ValueListAttribute ( Type concreteType ) : System

Initializes a new instance of the CommandLine.ValueListAttribute class.

Private Methods

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

Method Details

ValueListAttribute() public method

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 .
return System