Search Results for

    Show / Hide Table of Contents

    Class SyntaxList

    Inheritance
    object
    SyntaxList
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public static class SyntaxList

    Methods

    Create<TNode>(ReadOnlySpan<TNode>)

    Declaration
    public static SyntaxList<TNode> Create<TNode>(ReadOnlySpan<TNode> nodes) where TNode : SyntaxNode
    Parameters
    Type Name Description
    ReadOnlySpan<TNode> nodes
    Returns
    Type Description
    SyntaxList<TNode>
    Type Parameters
    Name Description
    TNode
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0