C# Class CSharp_Prototype.ConcretePrototype1

Inheritance: Prototype
ファイルを表示 Open project: ohs108/unity_lecture 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