Class AnnotationList
Inheritance
AnnotationList
Syntax
[Serializable]
public class AnnotationList
Constructors
AnnotationList()
Declaration
AnnotationList(int)
Declaration
public AnnotationList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
AnnotationList(uint[])
Declaration
public AnnotationList(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[](AnnotationList)
Declaration
public static implicit operator uint[](AnnotationList o)
Parameters
Returns