Click or drag to resize

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)
Syntax
bool RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of item to remove

Return Value

Type: Boolean
True if the item was removed otherwise false
See Also