What does /*!*/ mean in C#?
Posted
by Tristan
on Stack Overflow
See other posts from Stack Overflow
or by Tristan
Published on 2010-02-01T17:39:18Z
Indexed on
2010/06/14
22:22 UTC
Read the original article
Hit count: 258
c#
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?
© Stack Overflow or respective owner