Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Gallio API Documentation
ActionChain
<
(Of
<
(
T1
,
T2
>
)
>
)
.
.
::
.
NoOp Field
ActionChain
<
(Of
<
(
T1, T2
>
)
>
)
Class
See Also
Send Feedback
Gets a singleton action that does nothing when invoked.
Namespace:
Gallio.Common
Assembly:
Gallio
(in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
C#
public
static
readonly
Action
<T1, T2>
NoOp
Visual Basic (Declaration)
Public
Shared
ReadOnly
NoOp
As
Action
(
Of
T1, T2)
See Also
ActionChain
<
(Of
<
(
T1, T2
>
)
>
)
Class
Gallio.Common Namespace