Hello, I want to know if exists namespace available for C#, cause this class come from :
Microsoft.VisualBasic.CompilerServices
cause I want to do something like this, but in C#:
Dim m = GetType(CompilerServices.Operators).GetMethod("LikeString")
Thanks