◆ 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 |
The documentation for this class was generated from the following file: