C# Class FooBase, code

Inheritance: IValidatableObject
显示文件 Open project: shendongnian/code Class Usage Examples

Protected Properties

Property Type Description
value int

Public Methods

Method Description
DoSomething ( ) : void
FooBase ( int value )

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void

FooBase() public method

public FooBase ( int value )
value int

Property Details

value protected_oe property

protected int value
return int