Constructs an immutable (read-only) Set wrapper.
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# |
|---|
public ImmutableSet( ISet basisSet ) |
| Visual Basic |
|---|
Public Sub New ( _ basisSet As ISet _ ) |
| Visual C++ |
|---|
public: ImmutableSet( ISet^ basisSet ) |
Parameters
- basisSet
- Type: Iesi.Collections..::..ISet
The Set that is wrapped.