[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein einfaches parameterloses Delegate mit void als Rückgabewert.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public delegate void SimpleMethod()
Visual Basic
Public Delegate Sub SimpleMethod
F#
type SimpleMethod = 
    delegate of unit -> unit

See Also