CodeExpressionCollection::IndexOf Method (CodeExpression^)
.NET Framework (current version)
Gets the index of the specified CodeExpression object in the collection, if it exists in the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeExpression^
The CodeExpression object to locate in the collection.
Return Value
Type: System::Int32The index of the specified object, if found, in the collection; otherwise, -1.
The following example searches for the presence of a specific CodeExpression object and uses the IndexOf method to get the index value at which it was found.
.NET Framework
Available since 1.1
Available since 1.1
Show: