AsmResolver.PointerSegment.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return Is32Bit ? 4u : 8u;
        }