Determines whether the specified elemen 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 elem.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照