C# Class Spring.Util.ReflectionUtilsObjectBadClone

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 ) : string
Spanglish ( string foo, object args ) : bool
WickedSpanglish ( string foo, string bar ) : bool

Method Details

BadSpanglish() public method

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

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