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