Table of Contents

Struct LifetimeAnnotation

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public struct LifetimeAnnotation
Inherited Members

Fields

RefScoped

[Obsolete("Use ScopedRef property instead of directly accessing this field")]
public bool RefScoped

Field Value

bool

ValueScoped

[Obsolete("C# 11 preview: \"ref scoped\" no longer supported")]
public bool ValueScoped

Field Value

bool

Properties

ScopedRef

C# 11 scoped annotation: "scoped ref" (ScopedRefAttribute)

public bool ScopedRef { get; set; }

Property Value

bool