Click or drag to resize

ToolboxSizeOfT Method

http://www.emgu.com
Similar to Marshal.SizeOf function

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntax
public static int SizeOf<T>()

Type Parameters

T
The type

Return Value

Type: Int32
The size of T in bytes
See Also