Load(Load) Constructor
Initializes a new instance of the
Load class. copy constructor for loads.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected Load(
Load other
)
Protected Sub New (
other As Load
)
protected:
Load(
Load^ other
)
new :
other : Load -> Load
Parameters
- other Load
- Other load to copy from.