 | 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)
SyntaxISynchronizable this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ISynchronizable
Get
Parameters
- index
- Type: SystemInt32
Index of item to get
Return Value
Type:
ISynchronizableThe item at the specified index
See Also