The method in the base class has lots of comments.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public override void MethodWithLotsOfComments(
int x
)
public override void MethodWithLotsOfComments(
int x
)
public:
virtual void MethodWithLotsOfComments(
int x
) override
public:
virtual void MethodWithLotsOfComments(
int x
) override
abstract MethodWithLotsOfComments :
x : int -> unit
override MethodWithLotsOfComments :
x : int -> unit
abstract MethodWithLotsOfComments :
x : int -> unit
override MethodWithLotsOfComments :
x : int -> unit
Public Overrides Sub MethodWithLotsOfComments (
x As Integer
)
Public Overrides Sub MethodWithLotsOfComments (
x As Integer
)
Remarks for the base class
Reference