We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The function that returns the same object which was passed as parameter.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.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>
Type: Converter(T, T)
Fn(T) ClassCodeJam Namespace