Array.IndexOf Method


Definition

public static int IndexOf( bool[] array, bool value, int startIndex );

Parameters

arraySystem.Boolean[].
valueSystem.Boolean.
startIndexSystem.Int32.

Return Value

System.Int32.

© 2004-2005 GlobFX Technologies. All rights reserved.