DerivedClassWithInheritedDocs Methods

Sandcastle XML Comments

Sandcastle XML Comments Guide DerivedClassWithInheritedDocs Methods

The DerivedClassWithInheritedDocs type exposes the following members.

Methods
  Name Description
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 GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Code example MethodUsingSharedExample
This uses a shared example from a base member that is not public and this doesn't override.
Public method Code example MethodWithExample
An override of the method with an example
(Overrides BaseInheritDocMethodWithExample.)
Public method MethodWithLotsOfComments
The method in the base class has lots of comments.
(Overrides BaseInheritDocMethodWithLotsOfComments(Int32).)
Protected method Code example MethodWithTwoExamples
This only includes one of the examples
(Overrides BaseInheritDocMethodWithTwoExamples.)
Public method OverloadedMethod(String)
This overloaded method does something
Public method OverloadedMethod(String, Int32)
There are three overloads for this method.
Public method OverloadedMethod(String, String)
This overloaded method does something
Public method ToString
Returns a string that represents the current object.
(Overrides BaseInheritDocToString.)
Top
See Also