ModelBindingContext.NestedScope 構造体

定義

EnterNestedScope戻り値。 子バインディング コンテキストの状態を からポップする必要がある場合は、呼び出し元によって破棄する 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
継承
ModelBindingContext.NestedScope
実装

コンストラクター

ModelBindingContext.NestedScope(ModelBindingContext)

の をModelBindingContext.NestedScopeModelBindingContext初期化します。

メソッド

Dispose()

を呼び出EnterNestedScopeして作成された をModelBindingContext.NestedScope終了します。

適用対象