Guard.Guard Constructors
Initializes a new instance of the Guard class.
Overload List
Name | Description | |
---|---|---|
Public method | Guard() | Initializes a new instance of the Guard class and takes the configuration lock. |
Public method | Guard(ILockable lockable) | Initializes a new instance of the Guard class that locks the specified object. |
Guard()
Initializes a new instance of the Guard class and takes the configuration lock.Syntax
public Guard ()
Guard(ILockable lockable)
Initializes a new instance of the Guard class that locks the specified object.Syntax
public Guard (
ILockable lockable
)
Parameters
lockable
Type: ILockable
The object to lock.
The object to lock.
Platforms
Windows, Linux, Android