In the MSDN documentation (structures-and-classes) where they discuss similarities of classes and structures, the following is stated:
Both have members, which can include constructors, methods, properties, fields, constants, enumerations, events, and event handlers. However, do not confuse these members with the declared elements of a structure.
Can someone please explain that for a structure in VB, what is a difference between an element of a structure and a member of a structure? The documentation quoted above says that we should not confuse them....and I am very much confused.
Regards
Sougata