Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject
Example of an obsolete method.
[Obsolete]
public void Method4();
If a member is marked as obsolete using ObsoleteAttributea warning is included in the generated documentation.
Documentation generated by MdDocs