Click or drag to resize

BsonArray Methods

The BsonArray type exposes the following members.

Methods
 NameDescription
Public methodAdd 
Public methodAddRange(IEnumerableBsonValue) 
Public methodAddRangeTCollection(TCollection) 
Public methodClear 
Public methodCompareTo(BsonValue)
(Overrides BsonValueCompareTo(BsonValue))
Public methodCompareTo(BsonValue, Collation)
(Inherited from BsonValue)
Public methodContains 
Public methodCopyTo 
Public methodEquals(BsonValue)
(Inherited from BsonValue)
Public methodEquals(Object)
(Inherited from BsonValue)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodGetBytesCountElement Get how many bytes one single element will used in BSON format
(Inherited from BsonValue)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from BsonValue)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf 
Public methodInsert 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove 
Public methodRemoveAt 
Public methodToString
(Inherited from BsonValue)
Top
Extension Methods
 NameDescription
Public Extension MethodGetReverseBsonValue Returns reversed list.
(Defined by CollectionUtility)
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also