Name

Structure...End Structure Statement

Synopsis

accessmodifier Structure StructureName
    [Implements interfacenames]
    variable declarations
    procedure declarations
End Structure
accessmodifier optional; Keyword

The possible values of accessmodifier are Public, Private, Friend, Protected, Protected Friend.

Implements interfacenames optional

Indicates that the structure implements the members of one or more interfaces

Description

Used to declare user-defined types. Structures are similar to classes, but they are value types rather than reference types.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset