Toggle navigation
.NET Obfuscation
Overview
Features
Start Free Trial
Pricing
Documentation
|
Copy Protection
Overview
Features
Start Free Trial
Pricing
Documentation
|
Mobile App Protection
Overview
|
Company
About
Contact
SecureTeam Copy Protection
LockCollection.Add
Adds a
Lock
to the collection.
Syntax
Visual Basic
C#
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