PERWAPI.ExternClass.GetCodedIx C# (CSharp) Méthode

GetCodedIx() final private méthode

final private GetCodedIx ( CIx code ) : uint
code CIx
Résultat uint
        internal override sealed uint GetCodedIx(CIx code)
        {
            switch (code) {
                case (CIx.HasCustomAttr) : return 17;
                case (CIx.Implementation) : return 2;
            }
            return 0;
        }