Click or drag to resize
BroccoliSharp BroSetClone Method
Gets a clone of this BroSet.

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

Return Value

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