B
Bob Jones
I am curious. When looking at the XML comments provided by .NET 2.0.
What is the difference between a single and double back tick? MS
documentation http://msdn2.microsoft.com/en-us/library/fsbx0t7x(VS.80).aspx
states;
For generic types, the name of the type will be followed by a back
tick and then a number that indicates the number of generic type
parameters. But they fail to mention the double back tick.
*Samples from mscorlib.xml*
<member name="M:System.Array.AsReadOnly``1(``0[])">
<member
name="M:System.Collections.ObjectModel.KeyedCollection`2.ChangeItemKey(`1,`0)">
What is the difference between a single and double back tick? MS
documentation http://msdn2.microsoft.com/en-us/library/fsbx0t7x(VS.80).aspx
states;
For generic types, the name of the type will be followed by a back
tick and then a number that indicates the number of generic type
parameters. But they fail to mention the double back tick.
*Samples from mscorlib.xml*
<member name="M:System.Array.AsReadOnly``1(``0[])">
<member
name="M:System.Collections.ObjectModel.KeyedCollection`2.ChangeItemKey(`1,`0)">