C1.Silverlight.Olap.5
Contains Method (ValueSet<T>)

Value to look for.
Determines whether the collection contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As T _
) As System.Boolean
public System.bool Contains( 
   T value
)

Parameters

value
Value to look for.

Return Value

True if the collection contains the value.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

 

 


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