2011-01-13 111 views

回答

0

通用的选项,你的意思呢?

Sub Main() 
    Console.WriteLine(blah(True).ToString) 
    Console.ReadLine() 
End Sub 

Public Function blah(Of t)(ByVal typ As t) As T 
    Return typ 
End Function