PERWAPI.ConstantElem.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 2 + md.CodedIndexSize(CIx.HasConstant) + md.BlobIndexSize();
        }