Class GenericParameterTypeSlim
Lightweight representation of a generic parameter type.
Implements
System.IEquatable<TypeSlim>
Inherited Members
Namespace: System.Reflection
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class GenericParameterTypeSlim : TypeSlim, IEquatable<TypeSlim>
Properties
Kind
Gets the kind of the type.
Declaration
public override sealed TypeSlimKind Kind { get; }
Property Value
Type | Description |
---|---|
TypeSlimKind |
Overrides
Name
Gets the name of the generic parameter type (for diagnostic purposes only).
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<>