Skip to content

IReplPage

Represents a typed page using an untyped view for the output pipeline.

public interface IReplPage

Gets the runtime item type declared by the page.

Type ItemType { get; }

Type

Gets page metadata.

ReplPageInfo PageInfo { get; }

ReplPageInfo

Gets the current page items as an untyped list.

IReadOnlyList<object?> UntypedItems { get; }

IReadOnlyList<object>