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