sealed class ushortAn integer between 0 and 65535. public ushort.Constructor(value)const ushort ushort.MinValueThe minimum ushort valueconst ushort ushort.MaxValueThe maximum ushort valuepublic static ushort ushort.Convert(value)Convert value into type ushort, null if not successfulpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)Example = ListBlock { Paragraph { "Min value "; ushort.MinValue}; Paragraph { "Max value "; ushort.MaxValue};};Min value 0Max value 65535