-
Couldn't load subscription status.
- Fork 35
F_CodeJam_Fn_1_True
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
The function that always returns true.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static readonly Func<T, bool> TrueVB
Public Shared ReadOnly True As Func(Of T, Boolean)F#
static val True: Func<'T, bool>