 |
BadScript 2
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6 public int P1 {
get;
set; }
8 public string P2 {
get;
set; }
10 public int P3 {
get;
set; }
11 [Option(Default =
Shapes.Square)]
16 [Option(Default = 99)]
17 public int?
P1 {
get;
set; }
19 public string P2 {
get;
set; }
20 [Option(Default = 88)]
21 public int?
P3 {
get;
set; }
22 [Option(Default =
Shapes.Square)]