PERWAPI.ManifestResource.Size C# (CSharp) Method

Size() static private method

static private Size ( MetaData md ) : uint
md MetaData
return uint
        internal static uint Size(MetaData md)
        {
            return 8 + md.StringsIndexSize() +
                md.CodedIndexSize(CIx.Implementation);
        }