C# Class Prototype.ConcretePrototype2

Inheritance: Prototype.AbstractPrototype
Afficher le fichier Open project: mravinale/gof-patterns Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Prototype
ConcretePrototype2 ( string id ) : System

Method Details

Clone() public méthode

public Clone ( ) : Prototype
Résultat Prototype

ConcretePrototype2() public méthode

public ConcretePrototype2 ( string id ) : System
id string
Résultat System