Enum ParameterType

ParameterType enumeration

Represents all parameters’ type or return value type of function.

public enum ParameterType

Values

NameValueDescription
Reference0
Value1
Array2

See Also