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