| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : SizeOf Method |
| 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 a struct from a CLR. Equivalent to sizeof operator but works on generics too. |