ModelBindingContext.NestedScope Struct

Definition

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 : IDisposable
public struct ModelBindingContext.NestedScope : IDisposable
public readonly struct ModelBindingContext.NestedScope : IDisposable
type ModelBindingContext.NestedScope = struct
    interface IDisposable
Public 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.

Applies to