ISpellingError.from constructor

ISpellingError.from(
  1. IUnknown interface
)

Implementation

factory ISpellingError.from(IUnknown interface) =>
    ISpellingError(interface.toInterface(IID_ISpellingError));