Common Logging 2.0 API Reference

ArgUtils.Function(T) Delegate

An anonymous action delegate with no arguments and no return value.

[Visual Basic]
Public Delegate Function Function(Of T)()
[C#]
public delegate T Function<T>();

Requirements

Namespace: Common.Logging.Configuration

Assembly: Common.Logging (in Common.Logging.dll)

See Also

Common.Logging.Configuration Namespace | Guard(T)