C# Class Scorpio.Userdata.ScriptUserdataDelegate.FunctionParameter

Show file 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 property

public object DefaultValue
return object

ParameterType public property

public Type,System ParameterType
return System.Type