Axiom.Math.Collections.Vector3List.ReadOnlyVector3List.Remove C# (CSharp) Méthode

Remove() public méthode

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