UnityMol  0.9.6-875
UnityMol viewer / In developement
BenTools.Data.HashSet Class Reference
+ Inheritance diagram for BenTools.Data.HashSet:
+ Collaboration diagram for BenTools.Data.HashSet:

Public Member Functions

 HashSet ()
 
void Add (object O)
 
void AddRange (IEnumerable List)
 
void Remove (object O)
 
bool Contains (object O)
 
void Clear ()
 
IEnumerator GetEnumerator ()
 
void CopyTo (Array array, int index)
 

Properties

int Count [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 

Private Attributes

Hashtable H = new Hashtable()
 
object Dummy = new object()
 

Detailed Description

Summary description for Hashset.

Definition at line 9 of file HashSet.cs.

Constructor & Destructor Documentation

BenTools.Data.HashSet.HashSet ( )

Definition at line 13 of file HashSet.cs.

Member Function Documentation

void BenTools.Data.HashSet.Add ( object  O)

Definition at line 14 of file HashSet.cs.

Referenced by OptimalView.OptimalView.GetOptimalPosition(), and BenTools.Mathematics.VNode.ProcessDataEvent().

+ Here is the caller graph for this function:

void BenTools.Data.HashSet.AddRange ( IEnumerable  List)

Definition at line 18 of file HashSet.cs.

References Add.

void BenTools.Data.HashSet.Clear ( )

Definition at line 31 of file HashSet.cs.

bool BenTools.Data.HashSet.Contains ( object  O)

Definition at line 27 of file HashSet.cs.

void BenTools.Data.HashSet.CopyTo ( Array  array,
int  index 
)

Definition at line 55 of file HashSet.cs.

IEnumerator BenTools.Data.HashSet.GetEnumerator ( )

Definition at line 35 of file HashSet.cs.

void BenTools.Data.HashSet.Remove ( object  O)

Definition at line 23 of file HashSet.cs.

Member Data Documentation

object BenTools.Data.HashSet.Dummy = new object()
private

Definition at line 12 of file HashSet.cs.

Hashtable BenTools.Data.HashSet.H = new Hashtable()
private

Definition at line 11 of file HashSet.cs.

Property Documentation

int BenTools.Data.HashSet.Count
get

Definition at line 40 of file HashSet.cs.

bool BenTools.Data.HashSet.IsSynchronized
get

Definition at line 48 of file HashSet.cs.

object BenTools.Data.HashSet.SyncRoot
get

Definition at line 61 of file HashSet.cs.


The documentation for this class was generated from the following file: