PERWAPI.Assembly.GetCodedIx C# (CSharp) Метод

GetCodedIx() закрытый приватный Метод

final private GetCodedIx ( CIx code ) : uint
code CIx
Результат uint
        internal override sealed uint GetCodedIx(CIx code)
        {
            switch (code) {
                case (CIx.HasCustomAttr) : return 14;
                case (CIx.HasDeclSecurity) : return 2;
            }
            return 0;
        }