|
BroTableKeys Property |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public ICollection<BroValue> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of BroValue)
Get
abstract Keys : ICollection<BroValue> with get
override Keys : ICollection<BroValue> with get
/** @property */
public final ICollection<BroValue> get_Keys()
Return Value
Type:
ICollectionBroValue
An
ICollectionT containing the keys this
BroTable.
Implements
IDictionaryTKey, TValueKeysExceptions See Also