C# Class FooBase, code

Inheritance: IValidatableObject
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Protected Properties

Свойство Type Description
value int

Méthodes publiques

Méthode Description
DoSomething ( ) : void
FooBase ( int value )

Method Details

DoSomething() public méthode

public DoSomething ( ) : void
Résultat void

FooBase() public méthode

public FooBase ( int value )
value int

Property Details

value protected_oe property

protected int value
Résultat int