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

IList() private method

private IList ( object x ) : int
x object
return int
        int IList.Add( object x )
        {
            return this.Add( (Vector3)x );
        }

Same methods

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