C# Class Scorpio.Userdata.ScriptUserdataDelegate.FunctionParameter

ファイルを表示 Open project: qingfeng346/Scorpio-CSharp

Public Properties

Property Type Description
DefaultValue object
ParameterType System.Type

Public Methods

Method Description
FunctionParameter ( Type type, object def ) : System

Method Details

FunctionParameter() public method

public FunctionParameter ( Type type, object def ) : System
type System.Type
def object
return System

Property Details

DefaultValue public_oe property

public object DefaultValue
return object

ParameterType public_oe property

public Type,System ParameterType
return System.Type