MetadataStructureValidatorGetChildren Method |
Get first level of children of the target object.
Returns as members of the o, as FieldInfo or PropertyInfo.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected virtual List<MemberInfo> GetChildren(
Object target
)
Protected Overridable Function GetChildren (
target As Object
) As List(Of MemberInfo)
protected:
virtual List<MemberInfo^>^ GetChildren(
Object^ target
)
Parameters
- target
- Type: SystemObject
Target object to extract the child member info values from.
Return Value
Type:
ListMemberInfoCollection of child member info objects.
See Also