C# Class Spring.Util.ReflectionUtilsObjectClone

Exposes methods with the same names as the ReflectionUtilsObject, used in the tests for the GetMatchingMethods method.
Show file Open project: spring-projects/spring-net

Public Methods

Method Description
BadSpanglish ( string foo ) : bool
Spanglish ( string foo, object args ) : bool
WickedSpanglish ( string foo, string bar ) : bool

Protected Methods

Method Description
Bingo ( ) : void

Method Details

BadSpanglish() public method

public BadSpanglish ( string foo ) : bool
foo string
return bool

Bingo() protected method

protected Bingo ( ) : void
return void

Spanglish() public method

public Spanglish ( string foo, object args ) : bool
foo string
args object
return bool

WickedSpanglish() public method

public WickedSpanglish ( string foo, string bar ) : bool
foo string
bar string
return bool