Overload | Description |
---|---|
SizeOf<T>() | Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too. |
SizeOf<T>(T[]) | Return the sizeof an array of struct. Equivalent to sizeof operator but works on generics too. |
Overload | Description |
---|---|
SizeOf<T>() | Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too. |
SizeOf<T>(T[]) | Return the sizeof an array of struct. Equivalent to sizeof operator but works on generics too. |