Search Results for

    Show / Hide Table of Contents

    Interface IArrayTypeSymbol

    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.OriginalDefinition
    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 IArrayTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, IEquatable<ISymbol?>

    Properties

    CustomModifiers

    Declaration
    ImmutableArray<CustomModifier> CustomModifiers { get; }
    Property Value
    Type Description
    ImmutableArray<CustomModifier>

    ElementNullableAnnotation

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

    ElementType

    Declaration
    ITypeSymbol ElementType { get; }
    Property Value
    Type Description
    ITypeSymbol

    IsSZArray

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

    LowerBounds

    Declaration
    ImmutableArray<int> LowerBounds { get; }
    Property Value
    Type Description
    ImmutableArray<int>

    Rank

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

    Sizes

    Declaration
    ImmutableArray<int> Sizes { get; }
    Property Value
    Type Description
    ImmutableArray<int>

    Methods

    Equals(IArrayTypeSymbol?)

    Declaration
    bool Equals(IArrayTypeSymbol? other)
    Parameters
    Type Name Description
    IArrayTypeSymbol other
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0