Determines whether the collection contains an entry with a given name.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public bool Contains( string name ) |
Visual Basic |
---|
Public Function Contains ( _ name As String _ ) As Boolean |
Parameters
- name
- Type: System..::..String
Name of the entry to look for.