vb net select case語法的相關文章
vb net select case語法的相關公司資訊
vb net select case語法的相關商品

switch statement - Select Case on an object's type in VB.NET - Stack Overflow
瀏覽:360
日期:2025-04-24
I'm not sure if this valid C#, but hopefully you get the idea. :) switch (msg.GetType()) { case ClassA: // blah case ClassB: // blah 2 case ClassC: // blah 3 } How would I switch on an object's type but using VB.NET's Select Case?...看更多