What does /*!*/ mean in C#?
- by Tristan
I'm new to C# and am reading code with /*!*/ in what seem like strange places. For instance class methods defined as:
protected override OptionsParser/*!*/ CreateOptionsParser()
protected override void ParseHostOptions(string/*!*/[]/*!*/ args)
Unfortunately /*!*/ is not googleable. What does it mean?