- edited description
Indent Attribute Does Not Behave Properly On Nested Classes
Issue #279
resolved
[Serializable]
public class Foo
{
[Indent]
public Foo memberFoo;
[Indent]
public Foo memberFoo2;
}
Classes / Interfaces in the style of this pattern do not play well with indentation after the 2nd layer down or so. See attached image.
Comments (2)
-
-
- changed status to resolved
Thanks. It was a good one to catch. It's fixed for the next patch.
- Log in to comment