Click or drag to resize
BroccoliSharp BroSetToList Method

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public List<BroValue> ToList()

Return Value

Type: ListBroValue
Current BroSet as a ListT.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot get list, BroSet is disposed.
See Also