Beispiel #1
0
 ExtractItemValuesFromLocation(
     ExtractionLocation location,
     ResponseParserPositionPointer?relativeLocationBase = null
     );
Beispiel #2
0
 public ResponseParserPositionPointer(ExtractionLocation location, int elementIndex)
 {
     Location     = location;
     ElementIndex = elementIndex;
 }