Summary
A keyword that can go before a method parameter.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ParameterModifier"]
class Type type-node
Syntax
public enum ParameterModifier
Fields
Extension Methods
Name | Value | Summary |
---|---|---|
GetKeyword |
string |
Gets the C# keyword associated with the `modifier`.
From CSharpProcedural
|