Inheritance Hierarchy
Hazelcast.UtilReadOnlyLazyListT
Namespace: Hazelcast.Util
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
public class ReadOnlyLazyList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
- T
 
The ReadOnlyLazyListT type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ReadOnlyLazyListT | Initializes a new instance of the ReadOnlyLazyListT class  | 
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item | 
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| 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.) | |
| IndexOf | ||
| Insert | ||
| Remove | ||
| RemoveAt | ||
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
See Also