 | ISynchronizableListRemoveAt Method |
Remove an item in the list
Namespace:
EBP.Framework.Common.Interfaces.Synchronization
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxbool RemoveAt(
int index
)
Function RemoveAt (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
Index of item to remove
Return Value
Type:
BooleanTrue if the item was removed otherwise false
See Also