This only includes one of the examples
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
protected override void MethodWithTwoExamples()
protected override void MethodWithTwoExamples()
protected:
virtual void MethodWithTwoExamples() override
protected:
virtual void MethodWithTwoExamples() override
abstract MethodWithTwoExamples : unit -> unit
override MethodWithTwoExamples : unit -> unit
abstract MethodWithTwoExamples : unit -> unit
override MethodWithTwoExamples : unit -> unit
Protected Overrides Sub MethodWithTwoExamples
Protected Overrides Sub MethodWithTwoExamples
This is example #2:
Reference