UnpackerGetWordDelegate Delegate

TegoOS

UnpackerGetWordDelegate Delegate

[Missing <summary> documentation for "T:Tego.Utils.UnpackerGetWordDelegate"]

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public delegate ushort UnpackerGetWordDelegate(
	int address
)
Public Delegate Function UnpackerGetWordDelegate ( 
	address As Integer
) As UShort
public delegate unsigned short UnpackerGetWordDelegate(
	int address
)
type UnpackerGetWordDelegate = 
    delegate of 
        address : int -> uint16

Parameters

address
Type: SystemInt32

Return Value

Type: UInt16
See Also