Exemplo n.º 1
0
 ExtractItemValuesFromLocation(
     ExtractionLocation location,
     ResponseParserPositionPointer?relativeLocationBase = null
     );
Exemplo n.º 2
0
 public ResponseParserPositionPointer(ExtractionLocation location, int elementIndex)
 {
     Location     = location;
     ElementIndex = elementIndex;
 }