Share via


NSFileProviderChangeObserver_Extensions Class

Definition

Extension methods to the INSFileProviderChangeObserver interface to support all the methods from the NSFileProviderChangeObserver protocol.

public static class NSFileProviderChangeObserver_Extensions
type NSFileProviderChangeObserver_Extensions = class
Inheritance
NSFileProviderChangeObserver_Extensions

Remarks

The extension methods for INSFileProviderChangeObserver interface allow developers to treat instances of the interface as having all the optional methods of the original NSFileProviderChangeObserver protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Applies to