Skip to main content

IEnumerable<T> Interface Extensions

Extension MethodSummary
ToSeparatedSyntaxList<TNode>(IEnumerable<SyntaxNodeOrToken>)Creates a separated list of syntax nodes from a sequence of nodes and tokens.
ToSeparatedSyntaxList<TNode>(IEnumerable<TNode>)Creates a separated list of syntax nodes from a sequence of nodes.
ToSyntaxList<TNode>(IEnumerable<TNode>)Creates a list of syntax nodes from a sequence of nodes.
ToSyntaxTokenList(IEnumerable<SyntaxToken>)Creates a list of syntax tokens from a sequence of tokens.