FileSurfer 1.1.4
Modern Windows File Explorer
Loading...
Searching...
No Matches
FileSurfer.ViewModels.CollectionExtensions Class Reference

Static Public Member Functions

static TOut[] ConvertToArray< TIn, TOut > (this ICollection< TIn > collection, Func< TIn, TOut > action)
static T[] ConvertToArray< T > (this ICollection< T > collection)
static bool EqualsUnordered< T > (this ICollection< T > collectionA, ICollection< T > collectionB)
static bool EntriesEqual (this ICollection< FileSystemEntryViewModel > entries, IList< string > dirPaths, IList< string > filePaths)

Member Function Documentation

◆ ConvertToArray< T >()

T[] FileSurfer.ViewModels.CollectionExtensions.ConvertToArray< T > ( this ICollection< T > collection)
inlinestatic

◆ ConvertToArray< TIn, TOut >()

TOut[] FileSurfer.ViewModels.CollectionExtensions.ConvertToArray< TIn, TOut > ( this ICollection< TIn > collection,
Func< TIn, TOut > action )
inlinestatic

◆ EntriesEqual()

bool FileSurfer.ViewModels.CollectionExtensions.EntriesEqual ( this ICollection< FileSystemEntryViewModel > entries,
IList< string > dirPaths,
IList< string > filePaths )
inlinestatic

◆ EqualsUnordered< T >()

bool FileSurfer.ViewModels.CollectionExtensions.EqualsUnordered< T > ( this ICollection< T > collectionA,
ICollection< T > collectionB )
inlinestatic
Type Constraints
T :IComparable<T> 

The documentation for this class was generated from the following file: