Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.25 KB

File metadata and controls

11 lines (8 loc) · 1.25 KB

IEnumerable<T> Interface Extensions

Home

Extension Method Summary
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.