Fan.Sys.FanBool.encode C# (CSharp) Méthode

encode() public static méthode

public static encode ( bool self, ObjEncoder @out ) : void
self bool
@out Fanx.Serial.ObjEncoder
Résultat void
        public static void encode(bool self, ObjEncoder @out)
        {
            @out.w(self ? "true" : "false");
        }