Delegate VoidT<T>
- Namespace
- SunamoDelegates
- Assembly
- SunamoDelegates.dll
Represents a method that takes a value of type T and returns void.
public delegate void VoidT<T>(T value)
Parameters
valueTThe value of type T.
Type Parameters
TThe type of the value parameter.
- Extension Methods