Clear() public method

Removes all elements from the Vector3List.
public Clear ( ) : void
return void
 public override void Clear()
 {
     lock (this.m_root)
         m_collection.Clear();
 }