Click or drag to resize
Sandcastle Help File BuilderReferenceItemCollectionRemoveItem Method
Remove an item from the collection and from the project file

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item to remove
See Also