Method Child
Child(string)
Finds a child by local name.
public RdlSchemaChild? Child(string localName)
Parameters
localNamestringThe name to find.
Returns
- RdlSchemaChild
The child, or null when this type does not declare one.
Finds a child by local name.
public RdlSchemaChild? Child(string localName)
localName stringThe name to find.
The child, or null when this type does not declare one.