AsmResolver.Net.Signatures.FixedArrayMarshalDescriptor.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return sizeof (byte) +
                   NumberOfElements.GetCompressedSize() +
                   sizeof (byte);
        }
FixedArrayMarshalDescriptor