C# Class Kernys.Bson.BSONArray

Inheritance: BSONValue, IEnumerable
Mostra file Open project: kernys/Kernys.Bson Class Usage Examples

Public Methods

Method 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

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( BSONValue v ) : void
v BSONValue
return void

BSONArray() public method

public BSONArray ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( BSONValue v ) : bool
v BSONValue
return bool

IndexOf() public method

public IndexOf ( BSONValue item ) : int
item BSONValue
return int

Insert() public method

public Insert ( int index, BSONValue item ) : void
index int
item BSONValue
return void

Remove() public method

public Remove ( BSONValue v ) : bool
v BSONValue
return bool

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : BSONValue
index int
return BSONValue