Exemple #1
0
 public override int Add(Quaternion x)
 {
     lock (this.m_root) return(m_collection.Add(x));
 }