Basic Library for WinRT
Contains Method (C1OrderedSet)

The object to locate in the System.Collections.Generic.ICollection`1.
Determines whether the System.Collections.Generic.ICollection`1 contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int item
)

Parameters

item
The object to locate in the System.Collections.Generic.ICollection`1.

Return Value

true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback