C# Class Prototype.ConcretePrototype1

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

Méthodes publiques

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

Method Details

Clone() public méthode

public Clone ( ) : Prototype
Résultat Prototype

ConcretePrototype1() public méthode

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