nspectre - declarative validation for .NET

Context Class

Context is used to hold information about the context in which specifications are running. This allows variables to be passed to specifications.

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

System.Object
   NSpectre.Core.Context

public class Context

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: NSpectre.Core

Assembly: NSpectre.Core (in NSpectre.Core.dll)

See Also

Context Members | NSpectre.Core Namespace