SyntaxNodeCollection-1.CopyTo

SyntaxNodeCollection.CopyTo method

Copy items in this collection to array, starting at arrayIndex

public void CopyTo(T[] array, int arrayIndex)
ParameterTypeDescription
arrayT[]array to add items to
arrayIndexInt32index to start at

See Also