Search Results for

    Show / Hide Table of Contents

    Interface INamespaceOrTypeSymbol

    Inherited Members
    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.OriginalDefinition
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface INamespaceOrTypeSymbol : ISymbol, IEquatable<ISymbol?>

    Properties

    IsNamespace

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

    IsType

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

    Methods

    GetMembers()

    Declaration
    ImmutableArray<ISymbol> GetMembers()
    Returns
    Type Description
    ImmutableArray<ISymbol>

    GetMembers(string)

    Declaration
    ImmutableArray<ISymbol> GetMembers(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    ImmutableArray<ISymbol>

    GetTypeMembers()

    Declaration
    ImmutableArray<INamedTypeSymbol> GetTypeMembers()
    Returns
    Type Description
    ImmutableArray<INamedTypeSymbol>

    GetTypeMembers(string)

    Declaration
    ImmutableArray<INamedTypeSymbol> GetTypeMembers(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    ImmutableArray<INamedTypeSymbol>

    GetTypeMembers(string, int)

    Declaration
    ImmutableArray<INamedTypeSymbol> GetTypeMembers(string name, int arity)
    Parameters
    Type Name Description
    string name
    int arity
    Returns
    Type Description
    ImmutableArray<INamedTypeSymbol>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0