Skip to content

TestNamespace.StoredNumber Class

Morten Nielsen edited this page May 29, 2014 · 7 revisions

Additional Header Content

This is preliminary documentation and is subject to change.

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".

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

Syntax

C#

   [SerializableAttribute]
   public class StoredNumber

VB

   <SerializableAttribute>
   Public Class StoredNumber

The StoredNumber type exposes the following members.

Constructors

Name Description
Public method StoredNumber Initializes the stored number class with a starting value.

Methods

Name Description
Public method Dec()
Public method Dec(Int32) dec by a specified step
Public method Equals Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Increment Increment method incriments the stored number by one.
Caution
note description here
This API is preliminary and subject to change.
Public method Increment(Int32) Increment method incriments the stored number by a specified step.

Properties

Name Description
Public property MyProp see null as reference
Public property Value Gets the stored number.

See Also

Reference
TestNamespace Namespace

  • TestNamespace
  • [StoredNumber Class](./TestNamespace.StoredNumber Class)
Clone this wiki locally