DisposableListT Constructor (DBObjectCollection) |
Creates a new instance by copying the collection items.
Namespace:
Gile.AutoCAD.R20.Extension
Assembly:
Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic DisposableList(
DBObjectCollection collection
)
Public Sub New (
collection As DBObjectCollection
)
public:
DisposableList(
DBObjectCollection^ collection
)
new :
collection : DBObjectCollection -> DisposableList
Parameters
- collection
- Type: DBObjectCollection
Collection whose elements are copied into the new set.
See Also