Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.18 KB

File metadata and controls

45 lines (28 loc) · 1.18 KB

DemoClass<T1, T2> Class

Namespace: DemoProject
Assembly: DemoProject

An example of an generic class.

public class DemoClass<T1, T2>

Inheritance: object → DemoClass<T1, T2>

Type Parameters

T1

Description of type parameter T1 (specified using the typeparam element)

T2

Description of type parameter T2 (specified using the typeparam element)

Remarks

This page demonstrates how the generated documentation for generic types classes looks like. The same layout is used for all classes, see DemoClass for a more detailed description

What can be seen on this page is that the documentation also includes a list of type parameters including their documentation.

Constructors

Name Description
DemoClass()

Documentation generated by MdDocs