C# Class Kernys.Bson.BSONObject

Inheritance: BSONValue, IEnumerable
Afficher le fichier Open project: kernys/Kernys.Bson Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key, BSONValue value ) : void
BSONObject ( ) : System
Clear ( ) : void
Contains ( BSONValue v ) : bool
ContainsKey ( string key ) : bool
Remove ( string key ) : bool
TryGetValue ( string key, BSONValue &value ) : bool
this ( string key ) : BSONValue

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( string key, BSONValue value ) : void
key string
value BSONValue
Résultat void

BSONObject() public méthode

public BSONObject ( ) : System
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( BSONValue v ) : bool
v BSONValue
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

Remove() public méthode

public Remove ( string key ) : bool
key string
Résultat bool

TryGetValue() public méthode

public TryGetValue ( string key, BSONValue &value ) : bool
key string
value BSONValue
Résultat bool

this() public méthode

public this ( string key ) : BSONValue
key string
Résultat BSONValue