ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Visual Basic Coding Conventions
    카테고리 없음 2015. 12. 8. 18:49

     

     


    Dim employees As New List(Of String)

    Dim employees2 As List(Of String) = New List(Of String)


    Using Shared Members

    Call Shared members by using the class name, not from an instance variable. 


Designed by Tistory.