[This is preliminary documentation and is subject to change.]
When overiden in derived class sets the Locked to False
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected abstract void Unlock() |
| Visual Basic |
|---|
Protected MustOverride Sub Unlock |
| Visual C++ |
|---|
protected: virtual void Unlock() abstract |
| F# |
|---|
abstract Unlock : unit -> unit |
| JScript |
|---|
protected abstract function Unlock() |