IFieldState<T>.Dependencies 속성

정의

이 필드가 의존하는 다른 필드를 반환합니다.

public System.Collections.Generic.IEnumerable<string> Dependencies { get; }
member this.Dependencies : seq<string>
Public ReadOnly Property Dependencies As IEnumerable(Of String)

속성 값

이 필드 이름이 의존하는 필드 이름 목록입니다.

설명

이는 주로 필드에 유용합니다 Confirmation<T> .

적용 대상