C# Class Spring.Expressions.SingleMethodTestClass

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

Public Methods

Method Description
GetString ( ) : string
ShadowedStaticMethod ( ) : string
StaticMethod ( ) : string

Protected Methods

Method Description
GetMethodName ( MethodBase method ) : string

Method Details

GetMethodName() protected static method

protected static GetMethodName ( MethodBase method ) : string
method System.Reflection.MethodBase
return string

GetString() public method

public GetString ( ) : string
return string

ShadowedStaticMethod() public static method

public static ShadowedStaticMethod ( ) : string
return string

StaticMethod() public static method

public static StaticMethod ( ) : string
return string