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

Add() 공개 메소드

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