Skip to content

Commit

Permalink
Create WordMatch.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
unruledboy authored Jan 10, 2018
1 parent 8f06cc8 commit 5f84529
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions WordMatch.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace WuManberNet
{
public struct WordMatch
{
public int Index { get; set; }
public string Word { get; set; }
public int Id { get; set; }
public string Tag { get; set; }
}
}

0 comments on commit 5f84529

Please sign in to comment.