S63PermitFileCollection.Insert Method
Inserts an element into the collection at the specified index.
Thread safety: This method is thread-safe.
Insert(System.Int32 index, S63PermitFile item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
S63PermitFile item
)
Parameters
index
Type: System.Int32
The zero-based index at which item should be inserted.
The zero-based index at which item should be inserted.
item
Type: S63PermitFile
The object to insert.
The object to insert.
Platforms
Windows, Linux, Android