Apache.Shiro.Cache.ImmutableProxiedCache.this C# (CSharp) Метод

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

public this ( object key ) : object
key object
Результат object
        public object this[object key]
        {
            get
            {
                return _delegate[key];
            }
            set
            {
                throw new NotSupportedException();
            }
        }