Axiom.Math.Collections.Vector3List.ReadOnlyVector3List.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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