1.5 KiB
1.5 KiB
title | page_title | description | previous_url | slug | published | fullPath | category |
---|---|---|---|---|---|---|---|
Param(T) Class | Param(T) Class | JustMock Documentation | Documentation page about Param(T) Class. | /t_telerik_justmock_param_1.html | t_telerik_justmock_param_1 | True | api/n_telerik_justmock/t_telerik_justmock_param_1/t_telerik_justmock_param_1 | api |
Param<T>Class
Defines parameter placeholders when the parameter type is T.
Namespace: Telerik.JustMock
Assembly: Telerik.JustMock(in Telerik.JustMock.dll)
Syntax
C# |
---|
public static class Param<T> |
Visual Basic |
---|
Public NotInheritable Class Param(Of T) |
Type Parameters
T
Type of the parameter.
Inheritance Hierarchy
-
- Telerik.JustMock.Param<T>