This namespace contains the types that can be utilized in standard, run-time code. Other namespaces encompass types that are exclusively usable in build-time code.
Classes
AsyncEnumerableList<T>
A List<T> that implements IAsyncEnumerable<T>. This class is used when a non-iterator template is applied to an async iterator method.
FieldOrPropertyInfo
Represents a reflection FieldInfo or a PropertyInfo.
ReflectionHelper
RunTimeAspectHelper
Defines helper methods used by code transformed by aspects.
Structs
AsyncEnumerableList<T>.AsyncEnumerator
Implementation of IAsyncEnumerator<T>.