Axiom.Math.Collections.QuaternionCollection.ReadOnlyQuaternionCollection.Insert C# (CSharp) Method

Insert() public method

public Insert ( int pos, Quaternion x ) : void
pos int
x Axiom.Math.Quaternion
return void
            public override void Insert( int pos, Quaternion x )
            {
                throw new NotSupportedException( "This is a Read Only Collection and can not be modified" );
            }