TypeParameterType sealed class TypeParameterType : CType Documentation Code public TypeArray Bounds { get; } public bool Contravariant { get; } public bool Covariant { get; } public bool HasNewConstraint { get; } public bool HasRefConstraint { get; } public bool HasValConstraint { get; } public int IndexInOwnParameters { get; } public int IndexInTotalParameters { get; } public bool Invariant { get; } public bool IsMethodTypeParameter { get; } public Name Name { get; } public ParentSymbol OwningSymbol { get; } public TypeParameterSymbol Symbol { get; } public TypeParameterType(TypeParameterSymbol symbol)