BadScript 2
Loading...
Searching...
No Matches
BadLinqQueryCommandData.cs
Go to the documentation of this file.
1using System.Collections;
2
4
9{
15 public BadLinqQueryCommandData(IEnumerable data, string? argument = null)
16 {
17 Data = data;
18 Argument = argument;
19 }
20
24 public IEnumerable Data { get; set; }
25
29 public string? Argument { get; set; }
30}
Implements the Command Data for the BadLinqQuery.
BadLinqQueryCommandData(IEnumerable data, string? argument=null)
Creates a new Command Data Instance.
Contains the Linq Queries.