Click or drag to resize

BitsReadWords Delegate

[Missing <summary> documentation for "T:Demo3D.Utilities.Bits.ReadWords"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public delegate void ReadWords(
	int wordIndex,
	byte[] dest,
	int byteOffset,
	int numWords
)

Parameters

wordIndex
Type: SystemInt32
dest
Type: SystemByte
byteOffset
Type: SystemInt32
numWords
Type: SystemInt32
See Also