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);
            }
        }