Inheritance Hierarchy
Hazelcast.UtilReadOnlyLazySetT
Namespace: Hazelcast.Util
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
public class ReadOnlyLazySet<T> : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
- T
The ReadOnlyLazySetT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadOnlyLazySetT | Initializes a new instance of the ReadOnlyLazySetT class |
Properties
Name | Description | |
---|---|---|
Count | ||
IsReadOnly |
Methods
Name | Description | |
---|---|---|
Add | ||
Clear | ||
Contains | ||
CopyTo | ||
Equals | (Inherited from Object.) | |
ExceptWith | ||
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IntersectWith | ||
IsProperSubsetOf | ||
IsProperSupersetOf | ||
IsSubsetOf | ||
IsSupersetOf | ||
Overlaps | ||
Remove | ||
SetEquals | ||
SymmetricExceptWith | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnionWith |
See Also