Share via


NSTextDelegate_Extensions Class

Definition

Extension methods to the INSTextDelegate interface to support all the methods from the NSTextDelegate protocol.

public static class NSTextDelegate_Extensions
type NSTextDelegate_Extensions = class
Inheritance
NSTextDelegate_Extensions

Remarks

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

Applies to