Summary for the method with an example
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public virtual bool MethodWithExample()
public virtual bool MethodWithExample()
public:
virtual bool MethodWithExample()
public:
virtual bool MethodWithExample()
abstract MethodWithExample : unit -> bool
override MethodWithExample : unit -> bool
abstract MethodWithExample : unit -> bool
override MethodWithExample : unit -> bool
Public Overridable Function MethodWithExample As Boolean
Public Overridable Function MethodWithExample As Boolean
Return Value
Type:
BooleanTrue all the time
This example is from the base class
bool x = instance.MethodWithExample();
// 'x' is always true
bool x = instance.MethodWithExample();
Reference