Struct CSharpArgumentInfo
- Namespace
- ICSharpCode.Decompiler.IL
- Assembly
- ICSharpCode.Decompiler.dll
public struct CSharpArgumentInfo
- Inherited Members
Properties
CompileTimeType
public IType CompileTimeType { readonly get; set; }
Property Value
Flags
public CSharpArgumentInfoFlags Flags { readonly get; set; }
Property Value
Name
public string? Name { readonly get; set; }
Property Value
Methods
HasFlag(CSharpArgumentInfoFlags)
public bool HasFlag(CSharpArgumentInfoFlags flag)