-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_references.ts
More file actions
15 lines (15 loc) · 761 Bytes
/
_references.ts
File metadata and controls
15 lines (15 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// <reference path="../TypeScript-Base/TS-Base.d.ts" />
/// <reference path="./Linq/Exception.ts" />
/// <reference path="./Linq/BaseEnumerator.ts" />
/// <reference path="./Linq/Enumerator.ts" />
/// <reference path="./Linq/Extensions.ts" />
/// <reference path="./Linq/IOrderedEnumerator.ts" />
/// <reference path="./Linq/OrderedEnumerator.ts" />
/// <reference path="./Linq/Grouping.ts" />
/// <reference path="./Collections/Exception.ts" />
/// <reference path="./Collections/KeyValuePair.ts" />
/// <reference path="./Collections/IDictionary.ts" />
/// <reference path="./Collections/ICollection.ts" />
/// <reference path="./Collections/IList.ts" />
/// <reference path="./Collections/List.ts" />
/// <reference path="./Collections/Dictionary.ts" />