Axiom.Math.Collections.QuaternionCollection.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

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