Method | Description | |
---|---|---|
SubstrateNodeSet ( ) : System.Collections.Generic |
Construct an empty nodeset. Node can be added after construction.
|
|
SubstrateNodeSet ( List |
Construct a nodeset with the provided list of nodes.
|
|
SubstrateNodeSet ( int capacity ) : System.Collections.Generic |
Construct an empty nodeset with an initial capacity. Node can be added after construction.
|
public SubstrateNodeSet ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SubstrateNodeSet ( List |
||
nodePosList | List |
|
return | System.Collections.Generic |
public SubstrateNodeSet ( int capacity ) : System.Collections.Generic | ||
capacity | int | |
return | System.Collections.Generic |