Class CustomFunctionParameter
Inheritance
object
CustomFunctionParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
public class CustomFunctionParameter
Fields
isArray
Declaration
public bool isArray
Field Value
Type | Description |
---|---|
bool |
serializedTypeString
Declaration
public string serializedTypeString
Field Value
Type | Description |
---|---|
string |
Methods
GetParameterType()
Declaration
public Type GetParameterType()
Returns
Type | Description |
---|---|
Type |