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