ReadOnlyLazySetT ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodReadOnlyLazySetT
Initializes a new instance of the ReadOnlyLazySetT class
Top
Properties

  NameDescription
Public propertyCount
Public propertyIsReadOnly
Top
Methods

  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExceptWith
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersectWith
Public methodIsProperSubsetOf
Public methodIsProperSupersetOf
Public methodIsSubsetOf
Public methodIsSupersetOf
Public methodOverlaps
Public methodRemove
Public methodSetEquals
Public methodSymmetricExceptWith
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnionWith
Top
See Also

Reference