Class GenericDefinitionTypeSlim
Lightweight representation of an open generic type.
Implements
System.IEquatable<TypeSlim>
Inherited Members
Namespace: System.Reflection
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class GenericDefinitionTypeSlim : SimpleTypeSlimBase, IEquatable<TypeSlim>
Properties
Kind
Gets the kind of the type.
Declaration
public override sealed TypeSlimKind Kind { get; }
Property Value
Type | Description |
---|---|
TypeSlimKind |
Overrides
Implements
System.IEquatable<>