docs.unity.cn
    Show / Hide Table of Contents

    Method AddUsingStatements

    AddUsingStatements(SyntaxList<UsingDirectiveSyntax>, IEnumerable<String>)

    Declaration
    public static SyntaxList<UsingDirectiveSyntax> AddUsingStatements(this SyntaxList<UsingDirectiveSyntax> currentUsings, IEnumerable<string> newUsings)
    Parameters
    Type Name Description
    SyntaxList<UsingDirectiveSyntax> currentUsings
    IEnumerable<String> newUsings
    Returns
    Type Description
    SyntaxList<UsingDirectiveSyntax>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use