NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

7.4 Structures

Structure types are value types. A structure is implicitly final and inherits from System.ValueType.

StructureTypeName ::= QualifiedIdentifier
StructDeclaration ::=
 [ StructModifier+ ] Structure [ Attributes ] Identifier LineTerminator
 [ TypeImplementsClause+ ]
 [ StructMemberDeclaration+ ]
 End Structure LineTerminator
StructureModifier ::= AccessModifier | ShadowsModifier