Axiom.Math.Collections.Vector3List.ReadOnlyVector3List.AddRange C# (CSharp) Метод

AddRange() публичный Метод

public AddRange ( Vector3List x ) : int
x Vector3List
Результат int
            public override int AddRange( Vector3List x )
            {
                throw new NotSupportedException( "This is a Read Only Collection and can not be modified" );
            }

Same methods

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