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