[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ermittelt, ob TokenSet ein Token mit der angegebenen PortId enthält.

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

Syntax

C#
public bool ContainsKey(
	string portId
)
Visual Basic
Public Function ContainsKey ( _
	portId As String _
) As Boolean
F#
abstract ContainsKey : 
        portId:string -> bool 
override ContainsKey : 
        portId:string -> bool 

Parameters

portId
Type: System..::..String
Die im TokenSet zu suchende PortId.

Return Value

true, wenn das TokenSet ein Token mit der PortId enthält, andernfalls false.

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsKey(TKey)

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionportId ist null.

See Also