Search Results for

    Show / Hide Table of Contents

    Delegate DataProcessor<TData, TFrom, TTo>

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public delegate void DataProcessor<TData, TFrom, TTo>(ref TData data, TFrom from, TTo to) where TData : struct
    Parameters
    Type Name Description
    TData data
    TFrom from
    TTo to
    Type Parameters
    Name Description
    TData
    TFrom
    TTo
    In This Article
    Back to top Shape of Dreams API Documentation