Click or drag to resize
Sandcastle XML Comments GuideSampleClass Methods

The SampleClass type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAverageValues(IEnumerableDouble)
This is used to average an enumerable list of values
Public methodAverageValues(IEnumerableDouble, IEnumerableDouble)
This is used to get the average of two enumerable list of values
Public methodCallStoredProcedure
Executes a SqlCommand with the specified storedProcName as a stored procedure initialized for updating the values of the specified row.
Public methodConceptualLinkExample
See the conceptualLink topic for more information.
Public methodDoSomething
This version of the method takes no parameters.
Public methodDoSomething(Int32)
This version of the method takes an integer parameter.
Public methodDoSomething(String)
This version of the method takes a string parameter.
Public methodDoSomething(Int32, String)
This version of the method takes both an integer and a string parameter.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFilterPriorityExample
Filter priority example
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode exampleGetRandomNumber
This returns a random number
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncludeAllExample
This summary came from an external XML file.
Public methodIncludeSectionsExample
In this example, the include element is used to pull in sections of the comments.
Public methodIncrement
The Increment method increments the stored number by one
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMethodRequiringSpecificPermissions
The permission element is used to document the types of permissions that a caller must be granted to access this method.
Protected methodOnSomethingHappened
This is a protected virtual method used to raise the SomethingHappened event.
Public methodParagraphExample
A simple demonstration of the para element.
Public methodPerformAnAction
This performs an action
Public methodPreliminaryExample
This method may go away or its signature may change in a later release.
Public methodProcessText
This method processes text
Public methodSeeElementExternalExample
This is used to demonstrate the external reference type of see and seealso elements.
Public methodStatic memberSeeLangWordExamples
This demonstrates the see element's langword form
Public methodSummaryRemarksExample
The summary is a brief description of the type or type member and will be displayed in IntelliSense and the Object Browser.
Public methodSumValues(IEnumerableInt32)
This is used to sum an enumerable list of values
Public methodSumValues(IEnumerableInt32, IEnumerableInt32)
This is used to sum two enumerable list of values
Public methodTemporaryMethod
A temporary method
Public methodTokenExample
The help file was built on November 24, 2014 using Sandcastle v2014.11.22.0.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVariousListExamples
This method shows various examples of the list XML comments element.
Public methodVariousNoteExamples
This shows the result of the various note types.
Top
See Also