コード例 #1
0
 public static bool IsOutput(this PortDirections self)
 {
     return(self.HasFlag(PortDirections.Output));
 }