Initializes a new instance of the FunctionParameter class.
Namespace: Composite.Plugins.Functions.FunctionProviders.FileBasedFunctionProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public FunctionParameter( string name, Type type, FunctionParameterAttribute functionParameterAttribute, WidgetFunctionProvider widgetProvider ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ type As Type, _ functionParameterAttribute As FunctionParameterAttribute, _ widgetProvider As WidgetFunctionProvider _ ) |
Visual C++ |
---|
public: FunctionParameter( String^ name, Type^ type, FunctionParameterAttribute^ functionParameterAttribute, WidgetFunctionProvider^ widgetProvider ) |
Parameters
- name
- Type: System..::..String
The name.
- type
- Type: System..::..Type
The type.
- functionParameterAttribute
- Type: Composite.Functions..::..FunctionParameterAttribute
The function parameter attribute.
- widgetProvider
- Type: WidgetFunctionProvider
The widget provider.