Delegate VoidListT<T>
- Namespace
- SunamoDelegates
- Assembly
- SunamoDelegates.dll
Represents a method that takes a list of type T and returns void.
public delegate void VoidListT<T>(List<T> list)
Parameters
listList<T>The list of type T.
Type Parameters
TThe type of elements in the list.
- Extension Methods