Axiom.Math.Collections.BaseCollection.Clear C# (CSharp) Method

Clear() public method

Clears all objects from the collection.
public Clear ( ) : void
return void
        public void Clear()
        {
            objectList.Clear();
        }