MetadataStructureValidator.GetChildren Method
Get first level of children of the target object.
Returns as members of the o, as FieldInfo or PropertyInfo.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
protected virtual List<MemberInfo> GetChildren(
Object target
)
- target Object
- Target object to extract the child member info values from.
List<MemberInfo>Collection of child member info objects.