Name

Implements Keyword

Synopsis

Implements interfacename.interfacemember [, ...]
interfacename required; String literal

The name of the interface being implemented by a class

interfacemember required; String literal

The name of the interface property, function, procedure, or event that is being implemented by a class

Description

Indicates that a class member provides the implementation of a member defined in an interface.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.