'Declaration Protected ReadOnly Property InteractionAreaList As System.Collections.Generic.List(Of WpfInteractionArea)
protected System.Collections.Generic.List<WpfInteractionArea> InteractionAreaList { get; }
protected: __property System.Collections.Generic.List<WpfInteractionArea*>* get_InteractionAreaList();
protected:
property System.Collections.Generic.List<WpfInteractionArea^>^ InteractionAreaList { System.Collections.Generic.List<WpfInteractionArea^>^ get(); }