LockCollection.Add Method

SecureTeam Copy Protection

LockCollection.Add

Adds a Lock to the collection.

Syntax

Public Sub Add( _
   ByVal l As Lock _
)
public void Add(
   Lock l
);

Parameters

l
The lock to be inserted into the LockCollection object.

See Also

LockCollection Class | AgileDotNet.Licensing Namespace