Initial commit
checkpoint only
This commit is contained in:
parent
0535640e57
commit
5066257912
13 changed files with 1219 additions and 0 deletions
14
src/core/FunctionArgument.cs
Normal file
14
src/core/FunctionArgument.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace csmic
|
||||
{
|
||||
public class FunctionArgument
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public required FunctionValue Value { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue