Click or drag to resize

ISynchronizableListItem Property

Get an item

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
ISynchronizable this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of item to get

Return Value

Type: ISynchronizable
The item at the specified index
See Also