Show / Hide Table of Contents

    Class Processing

    Object processing

    Inheritance
    Object
    Processing
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData.Extensions
    Assembly: XData.docfx.dll
    Syntax
    public static class Processing

    Methods

    | Improve this Doc View Source

    Do<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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX