test
Tests whether sandcastle can handle all c# tags as defined at http://msdn2.microsoft.com/en-us/library/5ast78ax.aspx.
Comments of method "Increment (int step)" include almost all tags.
Method "Swap" is used to test generics tags, such as "typeparam".
Initializes the stored number class with a starting value.
This method is just for testing right now. It might be removed in the near future
test overlads tag
dec by a specified step
Increment method incriments the stored number by one.
note description here
Increment method incriments the stored number by a specified .
-
Item 1.
-
Item 2.
see
seealso
You may have some additional information about this class.
This sample shows how to call the GetZero method.
class TestClass
{
static int Main()
{
return GetZero();
}
}
Thrown when...
specified step
Everyone can access this method.
Returns nothing
The Name property gets/sets the _name data member.
Swap data of type
left to swap
right to swap
The element type to swap
Gets the stored number.
see as reference