AssociativeArrayInspector

Associative array inspector.

Members

Functions

has
bool has(ValueType[KeyType] component, KeyType property)

Check if component has a field or a property.

properties
KeyType[] properties(ValueType[KeyType] component)

Return a list of properties that component holds.

typeOf
TypeInfo typeOf(ValueType[KeyType] component, KeyType property)

Identify the type of child field of component.

typeOf
TypeInfo typeOf(ValueType[KeyType] component)

Identify the type of component itself.

Meta