C1.Silverlight.Olap.5
ValueSet<T> Constructor(IEqualityComparer<T>)

The comparer to use when comparing keys.
Initializes a new instance of a ValueSet<T>.
Syntax
'Declaration
 
Public Function New( _
   ByVal comparer As System.Collections.Generic.IEqualityComparer(Of T) _
)
public ValueSet<T>( 
   System.Collections.Generic.IEqualityComparer<T> comparer
)

Parameters

comparer
The comparer to use when comparing keys.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members
Overload List

 

 


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