Class TTestClass
Unit
Declaration
type TTestClass = class(TObject)
Description
TTestClass
Hierarchy
- TObject
- TTestClass
Overview
Methods
| Public | generic function DoSomething<T>(const Caption: String; const Input: T): T; |
| Public | generic procedure DoSomething2<T>(const Input: T); |
Description
Methods
| Public | generic function DoSomething<T>(const Caption: String; const Input: T): T; |
|
Test documentation for class function DoSomething implementation | |
| Public | generic procedure DoSomething2<T>(const Input: T); |
|
Test documentation for class procedure DoSomething2 implementation | |