将以往的代码复制到代码库
This commit is contained in:
15
Future.Platform/Instruction/Logic/Case.cs
Normal file
15
Future.Platform/Instruction/Logic/Case.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
/// <summary>
|
||||
/// 分支支路:本质是IfCompare的另一种形式
|
||||
/// </summary>
|
||||
internal class Case
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Future.Platform/Instruction/Logic/IfBetween.cs
Normal file
12
Future.Platform/Instruction/Logic/IfBetween.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
public class IfBetween// : ConditionalInstruct
|
||||
{
|
||||
}
|
||||
}
|
||||
13
Future.Platform/Instruction/Logic/IfCompare.cs
Normal file
13
Future.Platform/Instruction/Logic/IfCompare.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
public class IfCompare //: ConditionalInstruct
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
13
Future.Platform/Instruction/Logic/IfContains.cs
Normal file
13
Future.Platform/Instruction/Logic/IfContains.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
public class IfContains //: ConditionalInstruct
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
13
Future.Platform/Instruction/Logic/IfMatching.cs
Normal file
13
Future.Platform/Instruction/Logic/IfMatching.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
public class IfMatching// : ConditionalInstruct
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user