Exemplo n.º 1
0
 // Methods
 public CandidateDefinition(int position, Match match, TokenDefinition definition)
 {
     this.Position = position;
     this.Match = match;
     this.Definition = definition;
 }
Exemplo n.º 2
0
 // Methods
 public CandidateDefinition(int position, Match match, TokenDefinition definition)
 {
     this.Position   = position;
     this.Match      = match;
     this.Definition = definition;
 }