What is the difference between this type of conversion expression? What is better?
// One way
var t:MyClass = MyClass(o);
// Another
var t:MyClass = o as MyClass; Oh, I knew that one befor
What is the difference between this type of conversion expression? What is better?
// One way
var t:MyClass = MyClass(o);
// Another
var t:MyClass = o as MyClass; Oh, I knew that one befor