Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 658 Bytes

File metadata and controls

29 lines (20 loc) · 658 Bytes

DemoClass.Method4 Method

Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject

⚠️ Warning: This API is obsolete.

Example of an obsolete method.

[Obsolete]
public void Method4();

Remarks

If a member is marked as obsolete using ObsoleteAttributea warning is included in the generated documentation.


Documentation generated by MdDocs