Axiom.Math.Collections.Vector3List.IList C# (CSharp) Method

IList() public method

public IList ( object x ) : void
x object
return void
        void IList.Remove( object x )
        {
            this.Remove( (Vector3)x );
        }

Same methods

Vector3List::IList ( object x ) : bool
Vector3List::IList ( object x ) : int
Vector3List::IList ( int pos ) : void
Vector3List::IList ( int pos, object x ) : void