Apache.Shiro.Session.ProxiedSession.GetAttribute C# (CSharp) Метод

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

public GetAttribute ( object key ) : object
key object
Результат object
        public virtual object GetAttribute(object key)
        {
            return _delegate.GetAttribute(key);
        }