[This is preliminary documentation and is subject to change.]

When overiden in derived class sets the Locked to True

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected abstract void Lock()
Visual Basic
Protected MustOverride Sub Lock
Visual C++
protected:
virtual void Lock() abstract
F#
abstract Lock : unit -> unit 
JScript
protected abstract function Lock()

See Also