Table of Contents

Delegate UStringT<U, T>

Namespace
SunamoDelegates
Assembly
SunamoDelegates.dll

Represents a method that takes a string and a value of type T, and returns void.

public delegate void UStringT<U, T>(string text, T value)

Parameters

text string

The input text.

value T

The value of type T.

Type Parameters

U

The first type parameter (not used in signature).

T

The type of the value parameter.

Extension Methods