GCListValueremoveListItem Method (Int32) |
[Missing <summary> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.Int32)"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool removeListItem(
int index
)
Public Overridable Function removeListItem (
index As Integer
) As Boolean
public:
virtual bool removeListItem(
int index
)
abstract removeListItem :
index : int -> bool
override removeListItem :
index : int -> bool
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DXMLBase.Gcv.GCListValue.removeListItem(System.Int32)"]
See Also