Structs
UnknownObjectAccessor
A convenience wrapper for instances of anonymous types (or any unknown type) that exposes properties.
UnknownObjectAccessor.Enumerator
A value type that implements IEnumerator<T> of KeyValuePair<TKey, TValue> of string and object.
Interfaces
IUnknownObjectPropertyVisitor<TState>
Defines a Visit<TValue>(string, TValue, ref TState) method invoked by VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, ref TState).