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

Insert() 공개 메소드

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