public ArgsInfoDebugView(ArgsInfo obj, String name) { _obj = obj; _name = name; }
public ArgsInfoDebugView(ArgsInfo obj) : this(obj, null) { }