ILogViewRead<TView,TLogEntry>.UnconfirmedSuffix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of the submitted entries that do not yet appear in the confirmed prefix.
public System.Collections.Generic.IEnumerable<TLogEntry> UnconfirmedSuffix { get; }
member this.UnconfirmedSuffix : seq<'LogEntry>
Public ReadOnly Property UnconfirmedSuffix As IEnumerable(Of TLogEntry)
Property Value
IEnumerable<TLogEntry>