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