Skip to main content

UsingDirectiveListInfo.AddRange(IEnumerable<UsingDirectiveSyntax>) Method

Containing Type: UsingDirectiveListInfo

Assembly: Roslynator.CSharp.dll

Creates a new UsingDirectiveListInfo with the specified usings added at the end.

public Roslynator.CSharp.Syntax.UsingDirectiveListInfo AddRange(System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.UsingDirectiveSyntax> usings)

Parameters

usings IEnumerable<UsingDirectiveSyntax>

Returns

UsingDirectiveListInfo