Nemerle Documentation

StaticTyVar Class

Represents an explicitly bound type variable, like the one from polymorphic type or method definition. It is also used in generalizations of inferred types.

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

System.Object
   Nemerle.Compiler.StaticTyVar

public class StaticTyVar

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: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

StaticTyVar Members | Nemerle.Compiler Namespace