Document.WithFolders(IEnumerable<String>) Method

Definition

Creates a new instance of this document updated to have the specified folders.

public:
 Microsoft::CodeAnalysis::Document ^ WithFolders(System::Collections::Generic::IEnumerable<System::String ^> ^ folders);
public Microsoft.CodeAnalysis.Document WithFolders (System.Collections.Generic.IEnumerable<string> folders);
member this.WithFolders : seq<string> -> Microsoft.CodeAnalysis.Document
Public Function WithFolders (folders As IEnumerable(Of String)) As Document

Parameters

folders
IEnumerable<String>

Returns

Applies to