Click or drag to resize
GCListValueremoveListItem Method (String, Boolean)

[Missing <summary> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.String,System.Boolean)"]

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool removeListItem(
	string item,
	bool removeAll
)

Parameters

item
Type: SystemString

[Missing <param name="item"/> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.String,System.Boolean)"]

removeAll
Type: SystemBoolean

[Missing <param name="removeAll"/> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.String,System.Boolean)"]

See Also