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

Add() public method

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