ModelBindingContext.NestedScope Struct    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return value of EnterNestedScope. Should be disposed by caller when child binding context state should be popped off of the ModelBindingContext.
public: value class ModelBindingContext::NestedScope : IDisposablepublic struct ModelBindingContext.NestedScope : IDisposablepublic readonly struct ModelBindingContext.NestedScope : IDisposabletype ModelBindingContext.NestedScope = struct
    interface IDisposablePublic Structure ModelBindingContext.NestedScope
Implements IDisposable- Inheritance
- 
				ModelBindingContext.NestedScope
- Implements
Constructors
| ModelBindingContext.NestedScope(ModelBindingContext) | Initializes the ModelBindingContext.NestedScope for a ModelBindingContext. | 
Methods
| Dispose() | Exits the ModelBindingContext.NestedScope created by calling EnterNestedScope. |