namespace dnlib.IR { public enum ArgumentFamily { VariableId, Constant, BranchOffset, Switch, MultiVariable, } }