Sugarcoater<T> Delegate

The function to sugarcoat the specified value.

C#
public delegate object Sugarcoater<in T>(IXmlLineInfo info, T value) : MulticastDelegate

Type Parameters

T

The type of the value.

Inheritance