MongoDB.Bson.RawBsonDocument.AddRange C# (CSharp) 메소드

AddRange() 공개 메소드

Adds elements to the document from a dictionary of key/value pairs.
public AddRange ( object>.Dictionary dictionary ) : BsonDocument
dictionary object>.Dictionary The dictionary.
리턴 BsonDocument
        public override BsonDocument AddRange(Dictionary<string, object> dictionary)
        {
            throw new NotSupportedException("RawBsonDocument instances are immutable.");
        }

Same methods

RawBsonDocument::AddRange ( IDictionary dictionary ) : BsonDocument
RawBsonDocument::AddRange ( IEnumerable elements ) : BsonDocument
RawBsonDocument::AddRange ( object>.IEnumerable dictionary ) : BsonDocument