PERWAPI.ClassLayout.Size C# (CSharp) 메소드

Size() 정적인 개인적인 메소드

static private Size ( MetaData md ) : uint
md MetaData
리턴 uint
        internal static uint Size(MetaData md)
        {
            return 6 + md.TableIndexSize(MDTable.TypeDef);
        }