ParameterModifier Enum

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

Name Constant Value Summary
In 1
static
None 0
static
Out 2
static
Params 4
static
Ref 3
static
This 5
static

Extension Methods

Name Value Summary
GetKeyword() string
Gets the C# keyword associated with the `modifier`.