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

AddRange() public method

public AddRange ( Vector3 x ) : int
x Vector3
return int
            public override int AddRange( Vector3[] x )
            {
                throw new NotSupportedException( "This is a Read Only Collection and can not be modified" );
            }
            #endregion

Same methods

Vector3List.ReadOnlyVector3List::AddRange ( Vector3List x ) : int