Derived Class With Inherited Docs Class
This is a derived class with inherited documentation.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public class DerivedClassWithInheritedDocs : BaseInheritDocVB
Public Class DerivedClassWithInheritedDocs
Inherits BaseInheritDocC++
public ref class DerivedClassWithInheritedDocs : public BaseInheritDocF#
type DerivedClassWithInheritedDocs =
class
inherit BaseInheritDoc
end- Inheritance
- Object BaseInheritDoc DerivedClassWithInheritedDocs
Remarks
This will inherit just the last <para> tag from
the base class's <remarks> tag:
This information applies to all classes that derive from BaseInheritDoc:
- Point #1.
- Point #2.
- Point #3.
Constructors
| DerivedClassWithInheritedDocs | Initializes a new instance of the DerivedClassWithInheritedDocs class |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| MethodUsingSharedExample | This uses a shared example from a base member that is not public and this doesn't override. |
| MethodWithExample |
An override of the method with an example
(Overrides BaseInheritDocMethodWithExample) |
| MethodWithLotsOfComments |
The method in the base class has lots of comments.
(Overrides BaseInheritDocMethodWithLotsOfComments(Int32)) |
| MethodWithTwoExamples |
This only includes one of the examples
(Overrides BaseInheritDocMethodWithTwoExamples) |
| OverloadedMethod(String) | This overloaded method does something |
| OverloadedMethod(String, Int32) | There are three overloads for this method. |
| OverloadedMethod(String, String) | This overloaded method does something |
| ToString | Returns a string that represents the current object. (Overrides BaseInheritDocToString) |