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