VB Code:
Imports TypeAlias = System.String '.... Public Sub Test(Info as TypeAlias) MessageBox.Show(Info) End Sub
Is this common knowlege?
I have only seen it used once in a C# project (using Alias = System.Stringthat I was converting.
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |