C# Class Spring.Util.ReflectionUtilsObjectClone

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

Méthodes publiques

Méthode Description
BadSpanglish ( string foo ) : bool
Spanglish ( string foo, object args ) : bool
WickedSpanglish ( string foo, string bar ) : bool

Méthodes protégées

Méthode Description
Bingo ( ) : void

Method Details

BadSpanglish() public méthode

public BadSpanglish ( string foo ) : bool
foo string
Résultat bool

Bingo() protected méthode

protected Bingo ( ) : void
Résultat void

Spanglish() public méthode

public Spanglish ( string foo, object args ) : bool
foo string
args object
Résultat bool

WickedSpanglish() public méthode

public WickedSpanglish ( string foo, string bar ) : bool
foo string
bar string
Résultat bool