public void SetNodeInds(
IReadOnlyList<int> node_inds
)
Public Sub SetNodeInds (
node_inds As IReadOnlyList(Of Integer)
)
public:
void SetNodeInds(
IReadOnlyList<int>^ node_inds
)
member SetNodeInds :
node_inds : IReadOnlyList<int> -> unit