AsmResolver.Net.VTablesDirectory.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return (uint) VTableHeaderHeaders.Sum(x => x.GetPhysicalLength());
        }