Determines whether the specified element is one of the items in the array.
シンタックス
'宣言
Public Shared Function IsOneOf( _
ByVal () As System.Object, _
ByVal As System.Object _
) As System.Boolean
public static System.bool IsOneOf(
System.object[] ,
System.object
)
パラメータ
- array
- The array.
- elem
- The element.
参照