Search Results for

    Show / Hide Table of Contents

    Interface ITypeParameterSymbol

    Inherited Members
    ITypeSymbol.FindImplementationForInterfaceMember(ISymbol)
    ITypeSymbol.ToDisplayString(NullableFlowState, SymbolDisplayFormat)
    ITypeSymbol.ToDisplayParts(NullableFlowState, SymbolDisplayFormat)
    ITypeSymbol.ToMinimalDisplayString(SemanticModel, NullableFlowState, int, SymbolDisplayFormat)
    ITypeSymbol.ToMinimalDisplayParts(SemanticModel, NullableFlowState, int, SymbolDisplayFormat)
    ITypeSymbol.WithNullableAnnotation(NullableAnnotation)
    ITypeSymbol.TypeKind
    ITypeSymbol.BaseType
    ITypeSymbol.Interfaces
    ITypeSymbol.AllInterfaces
    ITypeSymbol.IsReferenceType
    ITypeSymbol.IsValueType
    ITypeSymbol.IsAnonymousType
    ITypeSymbol.IsTupleType
    ITypeSymbol.IsNativeIntegerType
    ITypeSymbol.SpecialType
    ITypeSymbol.IsRefLikeType
    ITypeSymbol.IsUnmanagedType
    ITypeSymbol.IsReadOnly
    ITypeSymbol.IsRecord
    ITypeSymbol.NullableAnnotation
    INamespaceOrTypeSymbol.GetMembers()
    INamespaceOrTypeSymbol.GetMembers(string)
    INamespaceOrTypeSymbol.GetTypeMembers()
    INamespaceOrTypeSymbol.GetTypeMembers(string)
    INamespaceOrTypeSymbol.GetTypeMembers(string, int)
    INamespaceOrTypeSymbol.IsNamespace
    INamespaceOrTypeSymbol.IsType
    ISymbol.GetAttributes()
    ISymbol.Accept(SymbolVisitor)
    ISymbol.Accept<TResult>(SymbolVisitor<TResult>)
    ISymbol.Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult>, TArgument)
    ISymbol.GetDocumentationCommentId()
    ISymbol.GetDocumentationCommentXml(CultureInfo, bool, CancellationToken)
    ISymbol.ToDisplayString(SymbolDisplayFormat)
    ISymbol.ToDisplayParts(SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayString(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayParts(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.Equals(ISymbol, SymbolEqualityComparer)
    ISymbol.Kind
    ISymbol.Language
    ISymbol.Name
    ISymbol.MetadataName
    ISymbol.MetadataToken
    ISymbol.ContainingSymbol
    ISymbol.ContainingAssembly
    ISymbol.ContainingModule
    ISymbol.ContainingType
    ISymbol.ContainingNamespace
    ISymbol.IsDefinition
    ISymbol.IsStatic
    ISymbol.IsVirtual
    ISymbol.IsOverride
    ISymbol.IsAbstract
    ISymbol.IsSealed
    ISymbol.IsExtern
    ISymbol.IsImplicitlyDeclared
    ISymbol.CanBeReferencedByName
    ISymbol.Locations
    ISymbol.DeclaringSyntaxReferences
    ISymbol.DeclaredAccessibility
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface ITypeParameterSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, IEquatable<ISymbol?>

    Properties

    AllowsRefLikeType

    Declaration
    bool AllowsRefLikeType { get; }
    Property Value
    Type Description
    bool

    ConstraintNullableAnnotations

    Declaration
    ImmutableArray<NullableAnnotation> ConstraintNullableAnnotations { get; }
    Property Value
    Type Description
    ImmutableArray<NullableAnnotation>

    ConstraintTypes

    Declaration
    ImmutableArray<ITypeSymbol> ConstraintTypes { get; }
    Property Value
    Type Description
    ImmutableArray<ITypeSymbol>

    DeclaringMethod

    Declaration
    IMethodSymbol? DeclaringMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    DeclaringType

    Declaration
    INamedTypeSymbol? DeclaringType { get; }
    Property Value
    Type Description
    INamedTypeSymbol

    HasConstructorConstraint

    Declaration
    bool HasConstructorConstraint { get; }
    Property Value
    Type Description
    bool

    HasNotNullConstraint

    Declaration
    bool HasNotNullConstraint { get; }
    Property Value
    Type Description
    bool

    HasReferenceTypeConstraint

    Declaration
    bool HasReferenceTypeConstraint { get; }
    Property Value
    Type Description
    bool

    HasUnmanagedTypeConstraint

    Declaration
    bool HasUnmanagedTypeConstraint { get; }
    Property Value
    Type Description
    bool

    HasValueTypeConstraint

    Declaration
    bool HasValueTypeConstraint { get; }
    Property Value
    Type Description
    bool

    Ordinal

    Declaration
    int Ordinal { get; }
    Property Value
    Type Description
    int

    OriginalDefinition

    Declaration
    ITypeParameterSymbol OriginalDefinition { get; }
    Property Value
    Type Description
    ITypeParameterSymbol

    ReducedFrom

    Declaration
    ITypeParameterSymbol? ReducedFrom { get; }
    Property Value
    Type Description
    ITypeParameterSymbol

    ReferenceTypeConstraintNullableAnnotation

    Declaration
    NullableAnnotation ReferenceTypeConstraintNullableAnnotation { get; }
    Property Value
    Type Description
    NullableAnnotation

    TypeParameterKind

    Declaration
    TypeParameterKind TypeParameterKind { get; }
    Property Value
    Type Description
    TypeParameterKind

    Variance

    Declaration
    VarianceKind Variance { get; }
    Property Value
    Type Description
    VarianceKind
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0