[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz von TokenSetRejectionEventArgs.

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

Syntax

C#
public TokenSetRejectionEventArgs(
	TokenSet tokenSet
)
Visual Basic
Public Sub New ( _
	tokenSet As TokenSet _
)
F#
new : 
        tokenSet:TokenSet -> TokenSetRejectionEventArgs

Parameters

tokenSet
Type: DynamicNode.Core..::..TokenSet
Das verworfene TokenSet.

See Also