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