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
textstringThe input text.
valueTThe value of type T.
Type Parameters
UThe first type parameter (not used in signature).
TThe type of the value parameter.
- Extension Methods