PERWAPI.Assembly.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 14;
                case (CIx.HasDeclSecurity) : return 2;
            }
            return 0;
        }