.NET collection gadget

View raw Markdown

Inspect the members and types of a supported .NET collection exposed by an Inspector API object.

Inspect collection members

Use .NET collection gadget to read the members of a collection exposed by another Inspector view. The gadget is a read-only inspection surface: it displays the current collection and does not alter the source collection contents.

The .NET collection gadget showing the Inspectable Collection title, a 138 x IFeature summary, IFeature member type, indexed feature rows, and magnifiers for inspecting individual values.

Before you start

Steps

  1. In .NET API object gadget, find a collection-valued row such as Features or Nodes.
  2. Select the row's magnifier to open that value in a new .NET collection gadget.
  3. Confirm Summary and Member Type before interpreting the rows.
  4. Read the indexed member rows. Use the magnifier beside a row when the member is an inspectable object or another collection.
  5. Scroll the gadget when the collection has more members than the visible panel.

Interpret the result

Read-only boundary

The gadget creates display rows from the current collection values. It provides no collection editor, add/remove command, or setter for those values. Opening a member for deeper inspection, copying displayed text, or selecting a related layout object are observation and navigation actions; they do not change the source collection.

Use .NET API object gadget to find collection-valued API rows. Use Object hierarchy to place an inspected member in its simulation tree, or Object bounds to investigate its visual dimensions and world center.