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