public static bool TryParse(string str, out RepeatBehavior result)
        {
            bool ret = NoesisGUI_PINVOKE.RepeatBehavior_TryParse(str != null ? str : string.Empty, out result);

            return(ret);
        }
예제 #2
0
 public bool Equals(RepeatBehavior v)
 {
     return(this == v);
 }
예제 #3
0
        public static IntPtr Box_RepeatBehavior(RepeatBehavior val)
        {
            IntPtr ret = NoesisGUI_PINVOKE.Box_RepeatBehavior(ref val);

            return(ret);
        }