I am trying to gradually migrate my VB Dot Net code to use only CLS compliant language elements so that the eventual switch to C# is less painful.
Currently, I am using Microsoft.VisualBasic.vbTab and am looking for the CLS equivalent.
Thanks.
I am trying to gradually migrate my VB Dot Net code to use only CLS compliant language elements so that the eventual switch to C# is less painful.
Currently, I am using Microsoft.VisualBasic.vbTab and am looking for the CLS equivalent.
Thanks.