C# Class System.Threading.Tests.ReaderWriterLockTests.TestLockCookie

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
_lockCookie LockCookie
_readerLevel int
_writerLevel int

Méthodes publiques

Méthode Description
Clone ( ) : TestLockCookie

Method Details

Clone() public méthode

public Clone ( ) : TestLockCookie
Résultat TestLockCookie

Property Details

_lockCookie public_oe property

public LockCookie _lockCookie
Résultat LockCookie

_readerLevel public_oe property

public int _readerLevel
Résultat int

_writerLevel public_oe property

public int _writerLevel
Résultat int