C# Class DerivedFoo, code

Inheritance: BaseFoo
ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
_derivedProp bool

Public Methods

Method Description
SetDerivedPropery ( ) : DerivedFoo,

Method Details

SetDerivedPropery() public method

public SetDerivedPropery ( ) : DerivedFoo,
return DerivedFoo,

Property Details

_derivedProp public_oe property

public bool _derivedProp
return bool