Partager via


ClassWithSelfReferencingConstraint<T> Classe

Définition

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

Paramètres de type

T
Héritage
ClassWithSelfReferencingConstraint<T>
Implémente

Constructeurs

ClassWithSelfReferencingConstraint<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 à