Show / Hide Table of Contents

Delegate Channel<TValue>.SetChanelValue

A delegate function for setting a value.

Namespace: Fusee.Xirkit
Assembly: Fusee.Xirkit.dll
Syntax
public delegate void SetChanelValue(TValue val);
Parameters
Type Name Description
TValue val

The value that will be set.

Generated by DocFX
GitHub Repo
Back to top