Closure Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the runtime state of a dynamically generated method.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Closure(Object[], Object[]) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an object to hold state of a dynamically generated method. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Constants | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the non-trivial constants and locally executable expressions that are referenced by a dynamically generated method. |
![]() | Locals | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the hoisted local variables from the parent context. |
Available since 4.0
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

