Axiom.Math.Collections.Vector3List.ReadOnlyVector3List.Remove C# (CSharp) Method

Remove() public method

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