Show / Hide Table of Contents

Struct Statics.Identity<T>

Built in function type to return the value passed in.

Implements
IFunc<T, T>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct Identity<T> : IFunc<T, T>
Type Parameters
Name Description
T

The type of value to be passed in and returned.

Methods

| Improve this Doc View Source

Invoke(T)

Declaration
public T Invoke(T arg1)
Parameters
Type Name Description
T arg1
Returns
Type Description
T

Implements

IFunc<T1, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX