Class FilePathList
Syntax
[Serializable]
public class FilePathList
Constructors
FilePathList()
Declaration
FilePathList(int)
Declaration
public FilePathList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
FilePathList(string[])
Declaration
public FilePathList(string[] tab)
Parameters
Type |
Name |
Description |
string[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public string this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator string[](FilePathList)
Declaration
public static implicit operator string[](FilePathList o)
Parameters
Returns