# Sandbox.IComponentLister

Interface for types that reference a [Sandbox.ComponentList](/api/Sandbox.ComponentList), to provide
convenience method for accessing that list.

- Kind: interface
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Properties

- [`Components`](/api/Sandbox.IComponentLister/Components)

## Methods

- [`Create`](/api/Sandbox.IComponentLister/Create)
- [`Get`](/api/Sandbox.IComponentLister/Get)
- [`GetAll`](/api/Sandbox.IComponentLister/GetAll)
- [`GetOrCreate`](/api/Sandbox.IComponentLister/GetOrCreate)
- [`TryGet`](/api/Sandbox.IComponentLister/TryGet)
