 | BitCollectionIndexOf Method |
[This is preliminary documentation and is subject to change.]
Searches for the specified value and returns the zero-based index of the first occurrence within the collection.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic int IndexOf(
bool item
)
Public Function IndexOf (
item As Boolean
) As Integer
public:
virtual int IndexOf(
bool item
) sealed
abstract IndexOf :
item : bool -> int
override IndexOf :
item : bool -> int Parameters
- item
- Type: SystemBoolean
The value to locate in the collection.
Return Value
Type:
Int32The zero-based index of the first occurrence of item within the collection, if found; otherwise, -1.
Implements
IListTIndexOf(T)
See Also