Axiom.Math.Collections.Vector3List.ReadOnlyVector3List.Clear C# (CSharp) Méthode

Clear() public méthode

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