Delegate VoidStringT<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 VoidStringT<T>(string text, T value)
Parameters
textstringThe input text.
valueTThe value of type T.
Type Parameters
TThe type of the value parameter.
- Extension Methods