Click or drag to resize

AbstractCollectionTypeProtoClearItems Method

Removes all items from the collection.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public abstract void ClearItems(
	Object instance
)
Request Example View Source

Parameters

instance
Type: SystemObject
A collection instance to clear.
See Also