'Declaration
Public Structure Color Inherits System.ValueType
'Usage
Dim instance As Color
public struct Color : System.ValueType
public type Color = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
public __value struct Color : public System.ValueType
public value class Color : public System.ValueType