A user data collection stores arbitrary key/value pairs that may be associated with other objects in the system.

Namespace:  Gallio.Common.Collections
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class UserDataCollection
Visual Basic (Declaration)
Public Class UserDataCollection

Remarks

Accesses to the collection are synchronized during access. To safely manupulate multiple keys at one time, simply lock the UserDataCollection for the duration of the operation.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Collections..::.UserDataCollection

See Also