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

RemoveAt() public méthode

public RemoveAt ( int pos ) : void
pos int
Résultat void
            public override void RemoveAt( int pos )
            {
                throw new NotSupportedException( "This is a Read Only Collection and can not be modified" );
            }