Table of Contents

Enum CSharpArgumentInfoFlags

Namespace
ICSharpCode.Decompiler.IL
Assembly
ICSharpCode.Decompiler.dll
[Flags]
public enum CSharpArgumentInfoFlags

Fields

Constant = 2
IsOut = 16
IsRef = 8
IsStaticType = 32
NamedArgument = 4
None = 0
UseCompileTimeType = 1