'Declaration
Public Overloads Shared Function Delete( _ ByVal methodName As System.String, _ Optional ByVal changeComment As System.String _ ) As ValidationLog
'Usage
Dim methodName As System.String Dim changeComment As System.String Dim value As ValidationLog value = Method.Delete(methodName, changeComment)
public static ValidationLog Delete( System.string methodName, System.string changeComment )
Parameters
- methodName
- Name of the Method to delete.
- changeComment