Class IndirectTypeSpecialization
A type that is defined in an instantiated generic type.
Inherited Members
Namespace: Flame.TypeSystem
Assembly: Flame.dll
Syntax
public sealed class IndirectTypeSpecialization : TypeSpecialization, IType, IGenericMember, IMember
Properties
| Edit this page View SourceFullName
Gets the member's full name.
Declaration
public override QualifiedName FullName { get; }
Property Value
| Type | Description |
|---|---|
| QualifiedName |
Overrides
| Edit this page View SourceGenericParameters
Gets the list of generic parameters for this generic member.
Declaration
public override IReadOnlyList<IGenericParameter> GenericParameters { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<IGenericParameter> | The generic parameters. |
Overrides
| Edit this page View SourceName
Gets the member's unqualified name.
Declaration
public override UnqualifiedName Name { get; }
Property Value
| Type | Description |
|---|---|
| UnqualifiedName |
Overrides
| Edit this page View SourceParent
Gets the parent entity that defines and owns this type.
Declaration
public override TypeParent Parent { get; }
Property Value
| Type | Description |
|---|---|
| TypeParent | The parent entity. |
Overrides
| Edit this page View SourceParentType
Gets the parent type of this generic instance type.
Declaration
public TypeSpecialization ParentType { get; }
Property Value
| Type | Description |
|---|---|
| TypeSpecialization | The parent type. |