DynamicVariable Class

Summary

A dynamic variable is a value associated to a specific thread and scope.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DynamicVariable"] class Type type-node

Syntax

public class DynamicVariable

Remarks

A dynamic variable is a value associated to a specific thread and scope. The value is brought into scope with the Db4objects.Db4o.Foundation.DynamicVariable.With(System.Object,Db4objects.Db4o.Foundation.IClosure4) method.

Properties

Name Value Summary
Value Object

Methods