Table of Contents

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

IType

Flags

public CSharpArgumentInfoFlags Flags { readonly get; set; }

Property Value

CSharpArgumentInfoFlags

Name

public string? Name { readonly get; set; }

Property Value

string

Methods

HasFlag(CSharpArgumentInfoFlags)

public bool HasFlag(CSharpArgumentInfoFlags flag)

Parameters

flag CSharpArgumentInfoFlags

Returns

bool