Class IndirectGenericParameterSpecialization
A generic specialization of a generic parameter that is obtained by specializing the declaring member of a generic parameter definition.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Flame.TypeSystem
Assembly: Flame.dll
Syntax
public sealed class IndirectGenericParameterSpecialization : TypeSpecialization, IGenericParameter, IType, IGenericMember, IMember
  Properties
| Improve this Doc View SourceFullName
Gets the member's full name.
Declaration
public override QualifiedName FullName { get; }
  Property Value
| Type | Description | 
|---|---|
| QualifiedName | 
Overrides
| Improve this Doc View SourceGenericParameters
Gets the list of generic parameters for this generic member.
Declaration
public override IReadOnlyList<IGenericParameter> GenericParameters { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IReadOnlyList<IGenericParameter> | The generic parameters.  | 
      
Overrides
| Improve this Doc View SourceName
Gets the member's unqualified name.
Declaration
public override UnqualifiedName Name { get; }
  Property Value
| Type | Description | 
|---|---|
| UnqualifiedName | 
Overrides
| Improve this Doc 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
| Improve this Doc View SourceParentMember
Gets the generic member that defines this generic parameter.
Declaration
public IGenericMember ParentMember { get; }
  Property Value
| Type | Description | 
|---|---|
| IGenericMember |