public static bool TryParse(string str, out RepeatBehavior result) { bool ret = NoesisGUI_PINVOKE.RepeatBehavior_TryParse(str != null ? str : string.Empty, out result); return(ret); }
public bool Equals(RepeatBehavior v) { return(this == v); }
public static IntPtr Box_RepeatBehavior(RepeatBehavior val) { IntPtr ret = NoesisGUI_PINVOKE.Box_RepeatBehavior(ref val); return(ret); }