APG.CodeHelper.Actions.UIAction.this C# (CSharp) Метод

this() публичный Метод

���������� ��� ��� ������� ��������
public this ( UIObjectAction index ) : string
index UIObjectAction ��� ������� ��������
Результат string
        public string this[UIObjectAction index]
        {
            get
            {
                return GetCaption(index);
            }
            set
            {
                SetCaption(index, value);
            }
        }