An NDoc Documented Class Library

ContextBase Class

Base class for IContext implementations. Simple hashmap.

For a list of all members of this type, see ContextBase Members.

System.Object
   System.Collections.Hashtable
      NChain.ContextBase

[Visual Basic]
Public Class ContextBase
    Inherits Hashtable
    Implements IContext
[C#]
public class ContextBase : Hashtable, IContext

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NChain

Assembly: NChain (in NChain.dll)

See Also

ContextBase Members | NChain Namespace