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 SourceInvoke(T)
Declaration
public T Invoke(T arg1)
Parameters
| Type | Name | Description |
|---|---|---|
| T | arg1 |
Returns
| Type | Description |
|---|---|
| T |