IFakeOpenGenericService<TValue> Interface

Definition

generic <typename TValue>
public interface class IFakeOpenGenericService
public interface IFakeOpenGenericService<out TValue>
type IFakeOpenGenericService<'Value> = interface
Public Interface IFakeOpenGenericService(Of Out TValue)

Type Parameters

TValue
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Properties

Value

Applies to