Table of Contents

Struct TypeConstraint

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public readonly struct TypeConstraint
Inherited Members

Constructors

TypeConstraint(IType, IReadOnlyList<IAttribute>?)

public TypeConstraint(IType type, IReadOnlyList<IAttribute>? attributes = null)

Parameters

type IType
attributes IReadOnlyList<IAttribute>

Properties

Attributes

public IReadOnlyList<IAttribute> Attributes { get; }

Property Value

IReadOnlyList<IAttribute>

SymbolKind

public SymbolKind SymbolKind { get; }

Property Value

SymbolKind

Type

public IType Type { get; }

Property Value

IType