Class Processing
Object processing
Inherited Members
Namespace: XData.Extensions
Assembly: XData.docfx.dll
Syntax
public static class Processing
Methods
| Improve this Doc View SourceDo<T>(T, Action<IProcess<T>>[])
Object processing method
Declaration
public static T Do<T>(this T source, params Action<IProcess<T>>[] actions)
Parameters
Type | Name | Description |
---|---|---|
T | source | Source object |
Action<IProcess<T>>[] | actions | Actions of processing |
Returns
Type | Description |
---|---|
T | Source object after processing |
Type Parameters
Name | Description |
---|---|
T | Object type |