C# Class Spring.Objects.ObjectWrapperTests.Person

Exibir arquivo Open project: spring-projects/spring-net

Public Methods

Method Description
Person ( ) : System
Person ( IList favNums ) : System
this ( int index ) : string
this ( int index, string keyname ) : string
this ( string keyName ) : string

Method Details

Person() public method

public Person ( ) : System
return System

Person() public method

public Person ( IList favNums ) : System
favNums IList
return System

this() public method

public this ( int index ) : string
index int
return string

this() public method

public this ( int index, string keyname ) : string
index int
keyname string
return string

this() public method

public this ( string keyName ) : string
keyName string
return string