public bool empty()

in rocketmq-client-csharp/Credentials.cs [39:42]


        public bool empty()
        {
            return String.IsNullOrEmpty(accessKey) || String.IsNullOrEmpty(accessSecret);
        }