Enum AttributeParameterKind
Enumeration that determines the type of attribute parameter data that is being returned.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public enum AttributeParameterKind
Fields
Name | Description |
---|---|
Array | Is an array of multiple parameter values. |
Enum | Is an enumeration item. |
Type | Is a target named type. |
Unknown | The return data is unknown. |
Value | Is a simple value. |