C# Class Validate, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
NotNull ( object? value, string parameterName, string? field = null ) : void

Method Details

NotNull() public static méthode

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