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