Method |
Description |
|
EnsureAllConstraintsAreResolved ( ) : void |
|
|
GetBounds ( ConsList inProgress ) : TypeParameterBounds |
|
|
GetConstraintTypes ( ConsList inProgress ) : ImmutableArray |
|
|
GetDeclaredConstraintTypes ( ) : ImmutableArray |
|
|
GetDeducedBaseType ( ConsList inProgress ) : TypeSymbol |
|
|
GetDefaultBaseType ( ) : NamedTypeSymbol |
|
|
GetEffectiveBaseClass ( ConsList inProgress ) : NamedTypeSymbol |
|
|
GetInterfaces ( ConsList inProgress ) : ImmutableArray |
|
|
PETypeParameterSymbol ( PEModuleSymbol moduleSymbol, PEMethodSymbol definingMethod, ushort ordinal, GenericParameterHandle handle ) : System |
|
|
PETypeParameterSymbol ( PEModuleSymbol moduleSymbol, PENamedTypeSymbol definingNamedType, ushort ordinal, GenericParameterHandle handle ) : System |
|
|
PETypeParameterSymbol ( PEModuleSymbol moduleSymbol, Symbol definingSymbol, ushort ordinal, GenericParameterHandle handle ) : System |
|
|