AsmResolver.Net.Signatures.PermissionSetSignature.GetPhysicalLength C# (CSharp) Метод

GetPhysicalLength() публичный Метод

public GetPhysicalLength ( ) : uint
Результат uint
        public override uint GetPhysicalLength()
        {
            return (uint)(sizeof (byte) +
                          Attributes.Count.GetCompressedSize() +
                          Attributes.Sum(x => x.GetPhysicalLength()));
        }