'宣言
Public Shared Function FastFind( _
ByVal values() As System.Integer, _
ByVal value As System.Integer, _
ByRef index As System.Integer _
) As System.Boolean
public static System.bool FastFind(
System.int[] values,
System.int value,
out System.int index
)