LockCollection.Item Property

SecureTeam Copy Protection

LockCollection.Item Property

Gets the Lock at the given index.

Syntax

Public ReadOnly Property Item( _
   ByVal index As Integer _
) As Lock
   Public Get
   End Get
End Property
public Lock this[
   int index
] { public get; }

Parameters

index

See Also

LockCollection Class | AgileDotNet.Licensing Namespace