Using Marshal.SizeOf() method on a custom struct containing only value types

前端 未结 2 526
后悔当初
后悔当初 2020-12-07 04:05

I created a simple struct which consists of two value types.

public struct Identifier
{
    public Guid ID { get; set; }
    public Byte RequestType { get; s         


        
2条回答
提交回复
热议问题