Beispiel #1
0
 public override void AddIntentState(IIntentState intentState)
 {
     // Clone the intent state so that outputs using the same elements don't
     // use the same intent and clobber each other.
     Add(intentState.Clone());
 }
Beispiel #2
0
 public override void AddIntentState(IIntentState intentState)
 {
     // Clone the intent state so that outputs using the same elements don't
     // use the same intent and clobber each other.
     Add(intentState.Clone());
 }