Nemerle Documentation

LocalContext Class

Represents a immutable typing context, corresponding to a specific place in the source code.

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

System.Object
   Nemerle.Compiler.LocalContext

public class LocalContext

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.

Remarks

It is stored with expressions pending to be typed.

Requirements

Namespace: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

LocalContext Members | Nemerle.Compiler Namespace