C# Class Derived, code

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

Méthodes publiques

Свойство Type Description
Z ImmutableType3

Méthodes publiques

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

Private Methods

Méthode Description
Derived ( object o, string s )

Method Details

Create() public static méthode

public static Create ( string path ) : Derived,
path string
Résultat Derived,

Derived() public méthode

public Derived ( )

Derived() public méthode

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

MyNonVirtual() public méthode

public MyNonVirtual ( ) : void
Résultat void

MyVirtual() public méthode

public MyVirtual ( ) : void
Résultat void

Property Details

Z public_oe property

public ImmutableType3 Z
Résultat ImmutableType3