| ContentFileEditorCollection Constructor (ContentFileEditorCollection) |
Clone the items in another collection to create this one.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ContentFileEditorCollection(
ContentFileEditorCollection editors
)
Public Sub New (
editors As ContentFileEditorCollection
)
public:
ContentFileEditorCollection(
ContentFileEditorCollection^ editors
)
new :
editors : ContentFileEditorCollection -> ContentFileEditorCollection
Parameters
- editors
- Type: SandcastleBuilder.Utils.DesignContentFileEditorCollection
The collection to clone
See Also