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
ITypeattributes
IReadOnlyList<IAttribute>
Properties
Attributes
public IReadOnlyList<IAttribute> Attributes { get; }
Property Value
SymbolKind
public SymbolKind SymbolKind { get; }
Property Value
Type
public IType Type { get; }