Click or drag to resize
FlushChildrenAttribute Class
A PropertyAttribute to specify that a field should have its children displayed at the current indent level.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightFlushChildrenAttribute

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class FlushChildrenAttribute : PropertyAttribute

The FlushChildrenAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFlushChildrenAttribute
Initializes a new instance of the FlushChildrenAttribute class.
Top
See Also