CloneContainerT Constructor |
Self initializing constructor.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic CloneContainer(
T data
)
Public Sub New (
data As T
)
public:
CloneContainer(
T data
)
Parameters
- data
- Type: T
Data value to store.
See Also