ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DXUtil Class / SizeOf Method

In This Topic
    SizeOf Method
    In This Topic
    Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too.
    Overload List
    OverloadDescription
    Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too.  
    Return the sizeof an array of struct. Equivalent to sizeof operator but works on generics too.  
    See Also