Share via


NSFileProviderServiceSource_Extensions Class

Definition

Extension methods to the INSFileProviderServiceSource interface to support all the methods from the NSFileProviderServiceSource protocol.

public static class NSFileProviderServiceSource_Extensions
type NSFileProviderServiceSource_Extensions = class
Inheritance
NSFileProviderServiceSource_Extensions

Remarks

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

Applies to