Interface IGeneric<T>
Provides a mechanism to dynamically access a generic singleton by away of typed parameter.
Inherited Members
Namespace: ExtendedXmlSerializer.ReflectionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IGeneric<out T> : IParameterizedSource<ImmutableArray<TypeInfo>, Func<T>>
Type Parameters
T
The singleton type. |