Search Results for

    Show / Hide Table of Contents

    Interface IImportScope

    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface IImportScope

    Properties

    Aliases

    Declaration
    ImmutableArray<IAliasSymbol> Aliases { get; }
    Property Value
    Type Description
    ImmutableArray<IAliasSymbol>

    ExternAliases

    Declaration
    ImmutableArray<IAliasSymbol> ExternAliases { get; }
    Property Value
    Type Description
    ImmutableArray<IAliasSymbol>

    Imports

    Declaration
    ImmutableArray<ImportedNamespaceOrType> Imports { get; }
    Property Value
    Type Description
    ImmutableArray<ImportedNamespaceOrType>

    XmlNamespaces

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