Method GetOrCreateArray
GetOrCreateArray(IEnumerable<DINode>)
Gets or creates a node array with the specified elements
public DINodeArray GetOrCreateArray(IEnumerable<DINode> elements)
Parameters
elements
IEnumerable<DINode>Elements of the array
Returns
Remarks
Note
As of LLVM 8.0 there's not much reason to manually construct a DINodeArray since use as an "in" parameter were superseded by overloads taking an actual array.