Function ObjectPoolSimple.Clear
        
                Clear
        
                ()
    
            
            Clears the pool for objects of this type.
                Public
                    Static
            
        void Clear ()
Clears the pool for objects of this type.
This is an O(n) operation, where n is the number of pooled objects.