Hi all.
I have an experience with C#, so I could do this in vala, too.
public static implicit Class2 (Class1 val) {
    return val.getClass2();
}
There is no example or reference for vala,
So how can I explicit/implicit-ly  convert class type in vala?
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to