![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
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() |
Summary description for Hashset.
Definition at line 9 of file HashSet.cs.
BenTools.Data.HashSet.HashSet | ( | ) |
Definition at line 13 of file HashSet.cs.
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().
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.
|
private |
Definition at line 12 of file HashSet.cs.
|
private |
Definition at line 11 of file HashSet.cs.
|
get |
Definition at line 40 of file HashSet.cs.
|
get |
Definition at line 48 of file HashSet.cs.
|
get |
Definition at line 61 of file HashSet.cs.