Click or drag to resize
Sandcastle Help File BuilderContentFileEditorCollection Constructor (ContentFileEditorCollection)
Clone the items in another collection to create this one.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ContentFileEditorCollection(
	ContentFileEditorCollection editors
)

Parameters

editors
Type: SandcastleBuilder.Utils.DesignContentFileEditorCollection
The collection to clone
See Also