메소드 | 설명 | |
---|---|---|
Clone ( ) : BsonValue |
Creates a shallow clone of the array (see also DeepClone).
|
|
DeepClone ( ) : BsonValue |
Creates a deep clone of the array (see also Clone).
|
|
LazyBsonArray ( IByteBuffer slice ) : System |
Initializes a new instance of the LazyBsonArray class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
Materialize ( ) : IEnumerable |
Materializes the BsonArray.
|
|
MaterializeCompleted ( ) : void |
Informs subclasses that the Materialize process completed so they can free any resources related to the unmaterialized state.
|
메소드 | 설명 | |
---|---|---|
CloneSlice ( ) : IByteBuffer | ||
DeserializeLazyBsonArray ( MongoDB.Bson.IO.BsonBinaryReader bsonReader ) : |
||
DeserializeLazyBsonDocument ( MongoDB.Bson.IO.BsonBinaryReader bsonReader ) : |
||
MaterializeThisLevel ( ) : IEnumerable |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
public LazyBsonArray ( IByteBuffer slice ) : System | ||
slice | IByteBuffer | The slice. |
리턴 | System |