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