C# Class ExoModel.ModelMethodParameter

Show file Open project: vc3/ExoModel Class Usage Examples

Protected Methods

Method Description
ModelMethodParameter ( ModelMethod method, string name, Type parameterType, ModelType referenceType, bool isList ) : System

Method Details

ModelMethodParameter() protected method

protected ModelMethodParameter ( ModelMethod method, string name, Type parameterType, ModelType referenceType, bool isList ) : System
method ModelMethod
name string
parameterType System.Type
referenceType ModelType
isList bool
return System