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

IList() public method

public IList ( int pos ) : void
pos int
return void
        void IList.RemoveAt( int pos )
        {
            this.RemoveAt( pos );
        }

Same methods

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