'Declaration Public Overloads Shared Function SizeOf(Of T As {New, Struct})() As System.Integer
public static System.int SizeOf<T>() where T: new(), struct
Type Parameters
- T
- A struct to evaluate.
Return Value
Size of this struct.
'Declaration Public Overloads Shared Function SizeOf(Of T As {New, Struct})() As System.Integer
public static System.int SizeOf<T>() where T: new(), struct