C# Class CsharpMonads.Ignore

Afficher le fichier Open project: ChristianDeger/CsharpMonads

Méthodes publiques

Méthode Description
Return ( object ignored ) : void

Helper to ignore return values with CA errors

Method Details

Return() public static méthode

Helper to ignore return values with CA errors
public static Return ( object ignored ) : void
ignored object
Résultat void