The DerivedClassWithInheritedDocs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 a hash function for a particular type. (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 BaseInheritDoc MethodWithExample .) |
![]() | MethodWithLotsOfComments |
The method in the base class has lots of comments.
(Overrides BaseInheritDoc MethodWithLotsOfComments(Int32).) |
![]() | MethodWithTwoExamples |
This only includes one of the examples
(Overrides BaseInheritDoc MethodWithTwoExamples .) |
![]() | 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 BaseInheritDoc ToString .) |
See Also