'Declaration
Protected Overridable Function CopyCore( _ ByVal source As System.Object _ ) As System.Boolean
'Usage
Dim instance As NLightUIObject Dim source As System.Object Dim value As System.Boolean value = instance.CopyCore(source)
protected virtual System.bool CopyCore( System.object source )
Parameters
- source