/// <summary>
 /// Raises the inspector GU event.
 /// </summary>
 public override void OnInspectorGUI()
 {
     ExposeProperties.Expose(_propertyField_array);
 }
        // PRIVATE STATIC

        //--------------------------------------
        //  Methods
        //--------------------------------------

        // PUBLIC
        /// <summary>
        /// Raises the enable event.
        /// </summary>
        virtual public void OnEnable()
        {
            _propertyField_array = ExposeProperties.GetProperties(target);
        }