Class ListExtensions
    Public
    
    Extension methods for List<T>
Public Static Methods
        
                ClearFast< T >
        
                (list)
    
                    
                    Clear a list faster than List<T>.Clear.
                        Public
                            Static
                    
                
        
                ToArrayFromPool< T >
        
                (list)
    
                    
                    Identical to ToArray but it uses ArrayPool<T> to avoid allocations if possible.
                        Public
                            Static