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

IList() public method

public IList ( int pos, object x ) : void
pos int
x object
return void
        void IList.Insert( int pos, object x )
        {
            this.Insert( pos, (Vector3)x );
        }

Same methods

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