-
Notifications
You must be signed in to change notification settings - Fork 35
F_CodeJam_Fn_1_SelfConverter
andrewvk edited this page Apr 20, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
The function that returns the same object which was passed as parameter.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static readonly Converter<T, T> SelfConverter
VB
Public Shared ReadOnly SelfConverter As Converter(Of T, T)
F#
static val SelfConverter: Converter<'T, 'T>