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

RemoveElement() 공개 메소드

Removes an element from this document.
public RemoveElement ( BsonElement element ) : void
element BsonElement The element to remove.
리턴 void
        public override void RemoveElement(BsonElement element)
        {
            throw new NotSupportedException("RawBsonDocument instances are immutable.");
        }