'Declaration <ChildFieldAttribute()> <NonSerializedAttribute()> Protected m_LegendComponents As ArrayList
'Usage Dim instance As Legend Dim value As ArrayList value = instance.m_LegendComponents instance.m_LegendComponents = value
[ChildField()] [NonSerialized()] protected ArrayList m_LegendComponents