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