Axiom.Math.Collections.Vector3List.SyncVector3List.Remove C# (CSharp) Method

Remove() public method

public Remove ( Vector3 x ) : void
x Vector3
return void
            public override void Remove( Vector3 x )
            {
                lock ( this.m_root )
                    m_collection.Remove( x );
            }