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

Remove() public method

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