C# Class CSharp_Prototype.ConcretePrototype2

Inheritance: Prototype
Mostrar archivo Open project: ohs108/unity_lecture 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