Babel.Core.BOOL.or_rout C# (CSharp) 메소드

or_rout() 공개 정적인 메소드

public static or_rout ( bool self, bool b ) : bool
self bool
b bool
리턴 bool
        public static bool or_rout(bool self, bool b)
        {
            return self || b;
        }