ClassWithNoConstraints<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename T>
public ref class ClassWithNoConstraints : Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeOpenGenericService<T>
public class ClassWithNoConstraints<T> : Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOpenGenericService<T>
type ClassWithNoConstraints<'T> = class
interface IFakeOpenGenericService<'T>
Public Class ClassWithNoConstraints(Of T)
Implements IFakeOpenGenericService(Of T)
Type Parameters
- T
- Inheritance
-
ClassWithNoConstraints<T>
- Implements