 | BcfBindingSourceCollectionItem Property (Int32) |
[This is preliminary documentation and is subject to change.]
Gets the item at the specified zero-based index.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic BcfBindingSource this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BcfBindingSource
Get
Parameters
- index
- Type: SystemInt32
The zero-based index.
Return Value
Type:
BcfBindingSourceThe item at the specified zero-based index.
Implements
IReadOnlyListTItemInt32
Exceptions
See Also