_3PA.MainFeatures.AppliMenu.ShowGenerateCodeMenuAtCursor C# (CSharp) Метод

ShowGenerateCodeMenuAtCursor() публичный статический Метод

public static ShowGenerateCodeMenuAtCursor ( ) : void
Результат void
        public static void ShowGenerateCodeMenuAtCursor()
        {
            ShowMenuAtCursor(DisableItemIfNeeded(Instance._generateCodeMenuList).Select(item => (YamuiMenuItem) item).ToList(), "Generate code", "GenerateCode");
        }