Fan.Sys.FanBool.type C# (CSharp) Method

type() public static method

public static type ( bool self ) : Type
self bool
return Type
        public static Type type(bool self)
        {
            return Sys.BoolType;
        }