C# Class Kernys.Bson.BSONArray

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

Méthodes publiques

Méthode Description
Add ( BSONValue v ) : void
BSONArray ( ) : System
Clear ( ) : void
Contains ( BSONValue v ) : bool
IndexOf ( BSONValue item ) : int
Insert ( int index, BSONValue item ) : void
Remove ( BSONValue v ) : bool
RemoveAt ( int index ) : void
this ( int index ) : BSONValue

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( BSONValue v ) : void
v BSONValue
Résultat void

BSONArray() public méthode

public BSONArray ( ) : 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

IndexOf() public méthode

public IndexOf ( BSONValue item ) : int
item BSONValue
Résultat int

Insert() public méthode

public Insert ( int index, BSONValue item ) : void
index int
item BSONValue
Résultat void

Remove() public méthode

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

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : BSONValue
index int
Résultat BSONValue