Advertisement
Rythorian

Tutorial2

Nov 16th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Public Class CSharpImpl
  2.  
  3. <Obsolete("Please refactor calling code to use normal Visual Basic assignment")>
  4. Shared Function Assign(Of T)(ByRef target As T,
  5. value As T) As T
  6. target = value
  7. Return value
  8. End Function
  9.  
  10. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement