'DeclarationPublic Sub Insert( _ ByVal index As Integer, _ ByVal entry As AccessControlEntry _ )
'UsageDim instance As AccessControlList Dim index As Integer Dim entry As AccessControlEntry instance.Insert(index, entry)
public void Insert( int index, AccessControlEntry entry )
public: void Insert( int index, AccessControlEntry^ entry )
Parameters
- index
 - The zero-based index at which the access control entry should be inserted.
 - entry
 - A AccessControlEntry to insert into the access control list.