RuntimeInspector.typeOf

Identify the type of child field of component.

  1. TypeInfo typeOf(Object wrapped, KeyType property)
    class RuntimeInspector(Type, KeyType = string)
    const nothrow
    TypeInfo
    typeOf
    (
    Object wrapped
    ,
    in KeyType property
    )
  2. TypeInfo typeOf(Object component)

Return Value

Type: TypeInfo

Type of field, or typeid(void) if field is not present in component

Meta