PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelAggregatable­AttributeChildren­Fields
Open sandboxFocus

AggregatableAttribute.ChildrenFields Property

ChildrenFields

Gets (at build time) the list of children fields together with their ChildInfo.

Declaration
public IDictionary<FieldInfo, ChildInfo> ChildrenFields { get; }
Property Value
Type Description
IDictionary<System.Reflection.FieldInfo, ChildInfo>