示例#1
0
        public static void AddRange(this MediaTypeFormatterCollection collection,
                                    IEnumerable <MediaTypeFormatter> items)
        {
            if (collection == null)
            {
                throw Error.ArgumentNull("collection");
            }

            collection.AddRange(items);
        }