A Provider that provides a value. The value is provided at construction type and the same value is returned each time provide is called.
Produce the value. A pointer to the value is passed to a delegate.
Provied the value. T must be the same type represented by the TypeInfo returned by providedType.
Return a TypeInfo describing the type provided.
See Implementation
A Provider that provides a value. The value is provided at construction type and the same value is returned each time provide is called.