PERWAPI.MethodRef.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.HasCustomAttr) : return 6;
                case (CIx.MethodDefOrRef) : return 1;
                case (CIx.CustomAttributeType) : return 3;
            }
            return 0;
        }