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