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

ICollection() public method

public ICollection ( Array array, int start ) : void
array System.Array
start int
return void
        void ICollection.CopyTo( Array array, int start )
        {
            Array.Copy( m_array, 0, array, start, m_count );
        }