Axiom.Math.Collections.Vector3List.IList C# (CSharp) Méthode

IList() public méthode

public IList ( int pos, object x ) : void
pos int
x object
Résultat 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