{
    "histroys": [
        {
            "since": "2.1.15",
            "overloads": [
                {
                    "parameters": [
                        {
                            "name": "count",
                            "types": [
                                "number"
                            ],
                            "descriptions": [
                                "返回剩余元素前要跳过的元素数量"
                            ]
                        }
                    ],
                    "returns": {
                        "type": "IEnumerable",
                        "descriptions": [
                            "包含输入序列中的指定索引后出现的所有元素的新序列"
                        ]
                    },
                    "description": "跳过指定的数量的序列中的元素，然后返回剩余元素",
                    "remarks": [
                        "此方法通过延迟执行的方式实现",
                        "如果源序列中元素的个数少于count个, 则返回空序列",
                        "如果count小于或等于0, 则返回包含全部源序列元素的新序列"
                    ],
                    "sees": [
                        {
                            "apis": "IEnumerable",
                            "method": "skipWhile"
                        },
                        {
                            "apis": "IEnumerable",
                            "method": "take"
                        },
                        {
                            "href": "https://msdn.microsoft.com/{language}/library/bb358985(v=vs.110).aspx",
                            "title": "Microsoft MSDN"
                        }
                    ]
                }
            ]
        }
    ]
}