C# Class Spring.Util.AnotherCustomAttribute

Used for testing that default values are supplied for the ctor args.
Inheritance: System.Attribute
Show file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
AnotherCustomAttribute ( string name, int age, bool hasSwallowedExplosives ) : System

Method Details

AnotherCustomAttribute() public method

public AnotherCustomAttribute ( string name, int age, bool hasSwallowedExplosives ) : System
name string
age int
hasSwallowedExplosives bool
return System