Axiom.Math.Collections.QuaternionCollection.ReadOnlyQuaternionCollection.Remove C# (CSharp) Méthode

Remove() public méthode

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