VariableArgumentHandler(T0, T) Delegate

Microsoft Robotics Class Reference

A typed delegate with a variable number of typed arguments preceding an array of instances of the same type.

Remarks

Used as the continuation to join variable and joinarray

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public delegate void VariableArgumentHandler<T0, T>(
    T0 t0,
    params T[] t
)

Parameters

  • t0
    Type: T0
  • t
    Type: array<T> [] () [] []

Type Parameters

  • T0
    [Missing <typeparam name="T0"/> documentation for "T:Microsoft.Ccr.Core.VariableArgumentHandler`2"]

  • T
    [Missing <typeparam name="T"/> documentation for "T:Microsoft.Ccr.Core.VariableArgumentHandler`2"]

See Also

Microsoft.Ccr.Core Namespace