C# Class Spring.Util.ReflectionUtilsTests.AttributeWithEnumArraySetInConstructorAttribute

Inheritance: System.Attribute
Show file Open project: spring-projects/spring-net

Public Methods

Method Description
AttributeWithEnumArraySetInConstructorAttribute ( TheTestEnumThing things ) : System

Initializes a new instance of the AttributeWithEnumArraySetInConstructorAttribute class.

Method Details

AttributeWithEnumArraySetInConstructorAttribute() public method

Initializes a new instance of the AttributeWithEnumArraySetInConstructorAttribute class.
public AttributeWithEnumArraySetInConstructorAttribute ( TheTestEnumThing things ) : System
things TheTestEnumThing
return System