menu
ews package
documentation
ComplexProperties/ComplexPropertyCollection.dart
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
IndexOf method
IndexOf method
dark_mode
light_mode
IndexOf
method
int
IndexOf
(
TComplexProperty
complexProperty
)
Searches for a specific property and return its zero-based index within the collection.
The property to locate in the collection.
Implementation
int IndexOf(TComplexProperty complexProperty) { return this._items.indexOf(complexProperty); }
ews package
documentation
ComplexProperties/ComplexPropertyCollection
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
IndexOf method
ComplexPropertyCollection class