[This is preliminary documentation and is subject to change.]

Gets or sets TableEnd value. Actual usage unknown. Could probably be ingored.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ushort TableEnd { get; set; }
Public Property TableEnd As UShort
public:
property unsigned short TableEnd {
	unsigned short get ();
	void set (unsigned short value);
}

See Also