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

RemoveAt() public method

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