CardShop.Auth.SessionWrapper.this C# (CSharp) Метод

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

public this ( int index ) : object
index int
Результат object
        public object this[int index]
        {
            get
            {
               return session[index];
            }
            set
            {
                session[index] = value;
            }
        }

Same methods

SessionWrapper::this ( string name ) : object