C# Class Prototype.ConcretePrototype1

Inheritance: Prototype.AbstractPrototype
Mostrar archivo Open project: mravinale/gof-patterns Class Usage Examples

Public Methods

Method Description
Clone ( ) : Prototype
ConcretePrototype1 ( string id ) : System

Method Details

Clone() public method

public Clone ( ) : Prototype
return Prototype

ConcretePrototype1() public method

public ConcretePrototype1 ( string id ) : System
id string
return System