Show / Hide Table of Contents

Constructor UndoRemove

| Edit this page View Source

UndoRemove(IEnumerable<ZDO>)

Create new undo data for ZDO removal operations. Clones all ZDO data to prevent NREs.
Declaration
public UndoRemove(IEnumerable<ZDO> data)
Parameters
Type Name Description
IEnumerable<ZDO> data Enumerable of ZDOs which were removed.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾