메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System.Collections.Generic |
public SubstrateNodeSet ( List |
||
nodePosList | List |
|
리턴 | System.Collections.Generic |
public SubstrateNodeSet ( int capacity ) : System.Collections.Generic | ||
capacity | int | |
리턴 | System.Collections.Generic |