A collection containing the objects that are in this container.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public IEnumerable<Thing> Contents { get; }

Implements

IContainer..::..Contents

See Also