A collection containing the objects that are in this container. This should return a read-only wrapper around the collection

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

Syntax

C#
IEnumerable<Thing> Contents { get; }

See Also