C# Class Validate, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
NotNull ( object? value, string parameterName, string? field = null ) : void

Method Details

NotNull() public static method

public static NotNull ( object? value, string parameterName, string? field = null ) : void
value object?
parameterName string
field string?
return void