Apache.Shiro.Session.ProxiedSession.GetAttribute C# (CSharp) Method

GetAttribute() public method

public GetAttribute ( object key ) : object
key object
return object
        public virtual object GetAttribute(object key)
        {
            return _delegate.GetAttribute(key);
        }