Class LazyBsonArray
Represents a BSON array that is deserialized lazily.
[BsonSerializer(typeof(LazyBsonArraySerializer))]
public class LazyBsonArray : MaterializedOnDemandBsonArray, IComparable<BsonValue>, IConvertible, IEquatable<BsonValue>, IComparable<BsonArray>, IEquatable<BsonArray>, IList<BsonValue>, ICollection<BsonValue>, IEnumerable<BsonValue>, IEnumerable, IDisposable
- Inheritance
-
Lazy
Bson Array
- Implements
- Inherited Members
- Extension Methods
Constructors
- Lazy
Bson Array(IByte Buffer) Initializes a new instance of the Lazy
Bson class.Array
Properties
- Slice
Gets the slice.
Methods
- Clone()
Creates a shallow clone of the array (see also DeepClone).
- Deep
Clone() Creates a deep clone of the array (see also Clone).
- Dispose(bool)
Releases unmanaged and - optionally - managed resources.
- Materialize()
Materializes the BsonArray.
- Materialize
Completed() Informs subclasses that the Materialize process completed so they can free any resources related to the unmaterialized state.