This should set the thing to be locked and generate the appropriate events.

Namespace: BaseLib.Interfaces
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
bool DoLock(
	Living p
)

Parameters

p
Type: BaseLib..::..Living
The Living who is locking the thing.

Return Value

[Missing <returns> documentation for "M:BaseLib.Interfaces.ILockable.DoLock(BaseLib.Living)"]

See Also