Represents a collection of unique values of type T.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)
Syntax
C# |
---|
public class ValueSet<T> : IEnumerable<T>, IEnumerable |
Visual Basic |
---|
Public Class ValueSet(Of T) _ Implements IEnumerable(Of T), IEnumerable |
Type Parameters
- T