ReadOnlyLazyListT ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.UtilReadOnlyLazyListT

Namespace: Hazelcast.Util
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

public class ReadOnlyLazyList<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The ReadOnlyLazyListT type exposes the following members.

Constructors

  NameDescription
Public methodReadOnlyLazyListT
Initializes a new instance of the ReadOnlyLazyListT class
Top
Properties

  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
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 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 methodIndexOf
Public methodInsert
Public methodRemove
Public methodRemoveAt
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference