コード例 #1
0
 public QueueElement(string _emotion, int _position, QueueElement _next)
 {
     this.emotion = _emotion;
     this.position = _position;
 }
コード例 #2
0
 public QueueElement(string _emotion, int _position, QueueElement _next)
 {
     this.emotion  = _emotion;
     this.position = _position;
 }