Overload | Description |
---|---|
GetPositionAtOffset(Int32,Predicate<Tag>) | Returns the position at an offset of the current position, optionally not counting some positions. |
GetPositionAtOffset(Int32) | Equivalent to GetPositionAtOffset(Int32,Predicate<Tag>) with null as tagFilter. |