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