[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ruft eine ICollection<(Of <(<'T>)>)>-Schnittstelle ab, die die PortIds von TokenSet enthält.

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

Syntax

C#
public ICollection<string> Keys { get; }
Visual Basic
Public ReadOnly Property Keys As ICollection(Of String)
	Get
F#
abstract Keys : ICollection<string>
override Keys : ICollection<string>

Field Value

Return Value

Eine ICollection<(Of <(<'T>)>)>, die die PortIds des TokenSet enthält.

Implements

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

See Also