Table of Contents

Enum ParameterModifier

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
public enum ParameterModifier

Fields

In = 4
None = 0
Out = 2
Params = 3
Ref = 1
Scoped = 5