BadScript 2
Loading...
Searching...
No Matches
BadLinqApiExtensions.cs
Go to the documentation of this file.
1
4
6
10public static class BadLinqApiExtensions
11{
17 public static BadRuntime UseLinqApi(this BadRuntime runtime)
18 {
19 return runtime.UseExtension<BadLinqExtensions>();
20 }
21}
Exposes the BadScript Runtime Functionality to Consumers.
Definition BadRuntime.cs:28
static BadRuntime UseLinqApi(this BadRuntime runtime)
Configures the Runtime to use the Linq API.
Contains Linq Extensions and APIs for the BadScript2 Runtime.