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

RemoveAttribute() public method

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