C# Class NSoft.NFramework.Reflections.BenchmarkCase.Person

Inheritance: ValueObjectBase
显示文件 Open project: debop/NFramework

Private Properties

Property Type Description
Generate void
Generate void
GetName string
GetName string
Person System
Person System
Walk void
Walk void

Public Methods

Method Description
GetHashCode ( ) : int
this ( int a, int b ) : object

Private Methods

Method Description
Generate ( ) : void
Generate ( int seed ) : void
GetName ( ) : string
GetName ( string prefix ) : string
Person ( ) : System
Person ( int age, string name ) : System
Walk ( ) : void
Walk ( int speed ) : void

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

this() public method

public this ( int a, int b ) : object
a int
b int
return object