C# Class Spring.Util.ReflectionUtilsObject

Inheritance: IComparable
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

Private Methods

Method Description
IComparable ( object obj ) : int

Explicit interface implementation for ReflectionUtils.GetMethod tests

Method Details

BadSpanglish() public method

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

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