GCValuecloneCommon Method |
[Missing <summary> documentation for "M:DXMLBase.Gcv.GCValue.cloneCommon(DXMLBase.Gcv.GCValue)"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual void cloneCommon(
GCValue newValue
)
Protected Overridable Sub cloneCommon (
newValue As GCValue
)
protected:
virtual void cloneCommon(
GCValue^ newValue
)
abstract cloneCommon :
newValue : GCValue -> unit
override cloneCommon :
newValue : GCValue -> unit
Parameters
- newValue
- Type: DXMLBase.GcvGCValue
[Missing <param name="newValue"/> documentation for "M:DXMLBase.Gcv.GCValue.cloneCommon(DXMLBase.Gcv.GCValue)"]
See Also