C# Class Prototype.ConcretePrototype2

Inheritance: Prototype.AbstractPrototype
Show file Open project: mravinale/gof-patterns Class Usage Examples

Public Methods

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

Method Details

Clone() public method

public Clone ( ) : Prototype
return Prototype

ConcretePrototype2() public method

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