C# Class Spring.Util.SampleDerivedClass

Inheritance: SampleBaseClass
Show file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SampleDerivedClass ( string someConfigVal ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SampleDerivedClass() public method

public SampleDerivedClass ( string someConfigVal ) : System
someConfigVal string
return System