Exemplo n.º 1
0
 public StringAnalyzer(PropertyAnalyzer next)
     : base(next)
 {
 }
Exemplo n.º 2
0
 public ReferenceTypeAnalyzer(PropertyAnalyzer next)
     : base(next)
 {
 }
Exemplo n.º 3
0
 public ValueTypeAnalyzer(PropertyAnalyzer next)
     : base(next)
 {
 }
Exemplo n.º 4
0
 public PropertyAnalyzer(PropertyAnalyzer next)
 {
     _next = next;
 }
Exemplo n.º 5
0
 public Int32Analyzer(PropertyAnalyzer next)
     : base(next)
 {
 }