Partager via


ClassWithInterfaceConstraint<T> Classe

Définition

generic <typename T>
 where T : IEnumerablepublic ref class ClassWithInterfaceConstraint : Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeOpenGenericService<T>
public class ClassWithInterfaceConstraint<T> : Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOpenGenericService<T> where T : IEnumerable
type ClassWithInterfaceConstraint<'T (requires 'T :> IEnumerable)> = class
    interface IFakeOpenGenericService<'T (requires 'T :> IEnumerable)>
Public Class ClassWithInterfaceConstraint(Of T)
Implements IFakeOpenGenericService(Of T)

Paramètres de type

T
Héritage
ClassWithInterfaceConstraint<T>
Implémente

Constructeurs

ClassWithInterfaceConstraint<T>(T)

Propriétés

Value

Méthodes

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ToString()

Retourne une chaîne qui représente l'objet actuel.

(Hérité de Object)

S’applique à