| ExternalLineHelpersStripIndexNo Method |
Translate a tuple with an
ExternalLine object to a tuple with the same object and a source or target number of 1.
Namespace:
Mavidian.DataConveyer.Common
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public static Tuple<ExternalLine, int> StripIndexNo(
Tuple<ExternalLine, int> extTuple
)
Public Shared Function StripIndexNo (
extTuple As Tuple(Of ExternalLine, Integer)
) As Tuple(Of ExternalLine, Integer)
Parameters
- extTuple
- Type: SystemTupleExternalLine, Int32
An ExternalLine object along with corresponding source or target number.
Return Value
Type:
TupleExternalLine,
Int32The same
ExternalLine object along with a source or target number of 1.
See Also