Enum ParameterDefaultValueType
Enumeration that determines the type of default value that is assigned to the value type.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public enum ParameterDefaultValueType
Fields
Name | Description |
---|---|
DefaultKeyWord | The default keyword for the type should be used. |
None | There is no default value or it is unknown |
NullKeyword | The keyword that represents a null implementation of the type should be used. |
Value | The provided literal value should be used for the default type. |