Enum ParameterModifiers
Describes all possible parameter modifiers.
Namespace:Testura.Code
Assembly:Testura.Code.dll
Syntax
public enum ParameterModifiers
Fields
Name | Description |
---|---|
None | Generate with no modifier. |
Out | Generate with the |
Ref | Generate with the |
This | Generate with the |