Babel.Core.BOOL.@int C# (CSharp) Method

@int() public static method

public static @int ( bool self ) : int
self bool
return int
        public static int @int(bool self)
        {
            return self ? 1 : 0;
        }