PERWAPI.TypeSpec.GetCodedIx C# (CSharp) Method

GetCodedIx() final private method

final private GetCodedIx ( CIx code ) : uint
code CIx
return uint
        internal override sealed uint GetCodedIx(CIx code)
        {
            switch (code) {
                case (CIx.TypeDefOrRef) : return 2;
                case (CIx.HasCustomAttr) : return 13;
                case (CIx.MemberRefParent) : return 4;
            }
            return 0;
        }