TextLineCollection.IndexOf

TextLineCollection.IndexOf method

Gets the index of the given position.

public int IndexOf(int position)
ParameterTypeDescription
positionInt32The position

Return Value

The index of the collection in the dictionary -or- -1 if the position is not found.

Exceptions

exceptioncondition
ArgumentOutOfRangeException

See Also