C# Class SGDE.Content.Code.Library.Object.PrototypeObject

Inheritance: Object
显示文件 Open project: sgdc/sgdc-old

Public Properties

Property Type Description
prototypeType System.Type

Public Methods

Method Description
PrototypeObject ( Type type ) : System
toString ( ) : String

Method Details

PrototypeObject() public method

public PrototypeObject ( Type type ) : System
type System.Type
return System

toString() public method

public toString ( ) : String
return String

Property Details

prototypeType public_oe property

public Type,System prototypeType
return System.Type