Show / Hide Table of Contents

Delegate SecureToken.FuncRef<T1, TR>

An anonymous function for processing a value by reference

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public delegate TR FuncRef<T1, TR>(ref T1 value);
Parameters
Type Name Description
T1 value
Returns
Type Description
TR
Type Parameters
Name Description
T1
TR
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX