Ejemplo n.º 1
0
 public static bool IsOut(this IdlAttribute attribute)
 {
     return(attribute.TryGetValue("out", out _));
 }
Ejemplo n.º 2
0
 public static bool IsIn(this IdlAttribute attribute)
 {
     return(attribute.TryGetValue("in", out _));
 }