Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a shallow copy of the DirScannerStringCollection.
|
|
Contains ( string value ) : bool |
Determines whether the specified string is in the DirScannerStringCollection. String comparisons within the DirScannerStringCollection are only case-sensitive if CaseSensitive is |
|
DirScannerStringCollection ( bool caseSensitive ) : System |
Initialize a new instance of the DirScannerStringCollection class specifying whether or not string comparison should be case-sensitive.
|
|
IndexOf ( string value ) : int |
Searches for the specified string and returns the zero-based index of the first occurrence within the DirScannerStringCollection. String comparisons within the DirScannerStringCollection are only case-sensitive if CaseSensitive is |
public Contains ( string value ) : bool | ||
value | string | The string to locate in the |
return | bool |
public DirScannerStringCollection ( bool caseSensitive ) : System | ||
caseSensitive | bool | Specifies whether or not string comparison should be case-sensitive. |
return | System |
public IndexOf ( string value ) : int | ||
value | string | The string to locate. The value can be |
return | int |