#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member /// <summary> /// Gets the source's current value. /// </summary> /// <param name="source">The node for which the value is requested.</param> /// <param name="isInterrupted">True is progressing through the path was interrupted.</param> public virtual TValue GetSourceObject(TSource source, out bool isInterrupted) { return(TemplateHelper.GetPropertyPathValue <TSource, TValue>(source, StartingPoint, PropertyPath, out isInterrupted)); }