Class SimpleTypeSlim
Lightweight representation of a simple type, i.e. not constructed from other types.
Implements
System.IEquatable<TypeSlim>
Inherited Members
Namespace: System.Reflection
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class SimpleTypeSlim : SimpleTypeSlimBase, IEquatable<TypeSlim>
Constructors
SimpleTypeSlim(AssemblySlim, String)
Creates a new generic type definition representation object.
Declaration
public SimpleTypeSlim(AssemblySlim assembly, string name)
Parameters
Type | Name | Description |
---|---|---|
AssemblySlim | assembly | Assembly defining the type. |
System.String | name | Name of the type. |
Properties
Kind
Gets the kind of the type.
Declaration
public override TypeSlimKind Kind { get; }
Property Value
Type | Description |
---|---|
TypeSlimKind |
Overrides
Implements
System.IEquatable<>