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

Clear() public method

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