C# Class System.Threading.LockCookie

Stores the lock state of a ReaderWriterLock before its lock state is changed, such that the lock state may later be restored.
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( LockCookie obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( LockCookie obj ) : bool
obj LockCookie
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool