Click or drag to resize
BroccoliSharp BroTableClone Method
Gets a clone of this BroTable.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroTable Clone()

Return Value

Type: BroTable
Clone of this BroTable.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot clone, BroTable is disposed.
See Also