Class ExportFilePathList
Inheritance
ExportFilePathList
Syntax
[Serializable]
public class ExportFilePathList
Constructors
ExportFilePathList()
Declaration
public ExportFilePathList()
ExportFilePathList(int)
Declaration
public ExportFilePathList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
ExportFilePathList(string[])
Declaration
public ExportFilePathList(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[](ExportFilePathList)
Declaration
public static implicit operator string[](ExportFilePathList o)
Parameters
Returns