MemberDeclarationListInfo.AddRange(IEnumerable<MemberDeclarationSyntax>) Method
Containing Type: MemberDeclarationListInfo
Assembly: Roslynator.CSharp.dll
Creates a new MemberDeclarationListInfo with the specified members added at the end.
public Roslynator.CSharp.Syntax.MemberDeclarationListInfo AddRange(System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> members)
Parameters
members IEnumerable<MemberDeclarationSyntax>