Interface IAbstractCatalog<StorageFolder, StorageFile>
- Namespace
- SunamoPlatformUwpInterop.Interfaces
- Assembly
- SunamoPlatformUwpInterop.dll
Interface for abstract catalog implementations that manage storage operations.
public interface IAbstractCatalog<StorageFolder, StorageFile>
Type Parameters
StorageFolderThe type representing a storage folder.
StorageFileThe type representing a storage file.
- Extension Methods