Gets the index of the entry with the specified name.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public int IndexOf( string name ) |
Visual Basic |
---|
Public Function IndexOf ( _ name As String _ ) As Integer |
Parameters
- name
- Type: System..::..String
Name of the entry to look for.