Axiom.Math.Collections.QuaternionCollection.ICollection C# (CSharp) Метод

ICollection() публичный Метод

public ICollection ( Array array, int start ) : void
array System.Array
start int
Результат void
        void ICollection.CopyTo( Array array, int start )
        {
            Array.Copy( m_array, 0, array, start, m_count );
        }