C# Class Derived, code

Inheritance: Base
Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
Z ImmutableType3

Public Methods

Method Description
Create ( string path ) : Derived,
Derived ( )
Derived ( ImmutableType1 X, ImmutableType2 Y, ImmutableType3 Z, ImmutableType4 K )
MyNonVirtual ( ) : void
MyVirtual ( ) : void

Private Methods

Method Description
Derived ( object o, string s )

Method Details

Create() public static method

public static Create ( string path ) : Derived,
path string
return Derived,

Derived() public method

public Derived ( )

Derived() public method

public Derived ( ImmutableType1 X, ImmutableType2 Y, ImmutableType3 Z, ImmutableType4 K )
X ImmutableType1
Y ImmutableType2
Z ImmutableType3
K ImmutableType4

MyNonVirtual() public method

public MyNonVirtual ( ) : void
return void

MyVirtual() public method

public MyVirtual ( ) : void
return void

Property Details

Z public_oe property

public ImmutableType3 Z
return ImmutableType3