Example #1
0
        public string[] GetKeys()
        {
            uint count = 0;

            string[] ret = null;
            _properties.GetKeys(ref count, ref ret);
            return(ret);
        }