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