SemanticModel.ParentModel 속성

정의

예측 의미 체계 모델인 경우 부모 의미 체계 모델을 반환합니다. 그렇지 않으면 null을 반환합니다.

public:
 property Microsoft::CodeAnalysis::SemanticModel ^ ParentModel { Microsoft::CodeAnalysis::SemanticModel ^ get(); };
public Microsoft.CodeAnalysis.SemanticModel ParentModel { get; }
public Microsoft.CodeAnalysis.SemanticModel? ParentModel { get; }
member this.ParentModel : Microsoft.CodeAnalysis.SemanticModel
Public ReadOnly Property ParentModel As SemanticModel

속성 값

적용 대상