Example #1
0
 public static bool IsOut(Argument?argument) => ArgumentDirectionHelper.IsOut(argument?.Direction);
 public static bool IsOut(Argument argument)
 {
     return(ArgumentDirectionHelper.IsOut(argument.Direction));
 }