10 lines
122 B
C#
10 lines
122 B
C#
|
using System;
|
||
|
|
||
|
[Serializable]
|
||
|
public class CompatibleNoun
|
||
|
{
|
||
|
public TerminalKeyword noun;
|
||
|
|
||
|
public TerminalNode result;
|
||
|
}
|