Name | Description |
---|---|
Class TTestClass |
function DoSomething<T>(const Caption: String; const Input: T): T; |
procedure DoSomething2<T>(const Input: T); |
function DoSomething<T>(const Caption: String; const Input: T): T; |
Test documentation for function DoSomething implementation |
procedure DoSomething2<T>(const Input: T); |
Test documentation for procedure DoSomething2 implementation |