Param<T>
Class
Defines parameter placeholders when the parameter type is T.
Definition
Namespace:Telerik.JustMock
Assembly:Telerik.JustMock.dll
Type Parameters:
T
Type of the parameter.
Syntax:
C#
public static class Param<T>
Inheritance: objectParam<T>
Fields
_1
T
First field.
C#
public static readonly T _1
_10
T
Tenth field.
C#
public static readonly T _10
_11
T
Eleventh field.
C#
public static readonly T _11
_12
T
Twelfth field.
C#
public static readonly T _12
_13
T
Thirteenth field.
C#
public static readonly T _13
_14
T
Fourteenth field.
C#
public static readonly T _14
_15
T
Fifteenth field.
C#
public static readonly T _15
_16
T
Sixteenth field.
C#
public static readonly T _16
_2
T
Second field.
C#
public static readonly T _2
_3
T
Third field.
C#
public static readonly T _3
_4
T
Fourth field.
C#
public static readonly T _4
_5
T
Fifth field.
C#
public static readonly T _5
_6
T
Sixth field.
C#
public static readonly T _6
_7
T
Seventh field.
C#
public static readonly T _7
_8
T
Eighth field.
C#
public static readonly T _8
_9
T
Ninth field.
C#
public static readonly T _9