示例#1
0
        /// <summary>
        /// Gets a list of supported properties
        /// </summary>
        public List <System.Reflection.PropertyInfo> GetSupportedProperties()
        {
            var retVal = new ANYFormatter().GetSupportedProperties();

            retVal.Add(typeof(COLL <>).GetProperty("Item"));
            return(retVal);
        }