DataMemberInfoParent Property

The parent data member within a class hierarchy. I.E. The data member whose type pointed to this data member's declaring type.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public DataMemberInfo Parent { get; }

Property Value

DataMemberInfo

See Also