-
Couldn't load subscription status.
- Fork 35
F_CodeJam_Fn_1_SelfConverter
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
The function that returns the same object which was passed as parameter.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static readonly Converter<T, T> SelfConverterVB
Public Shared ReadOnly SelfConverter As Converter(Of T, T)F#
static val SelfConverter: Converter<'T, 'T>