Ruby is a pure object-oriented language. One of its key features, as compared to other languages, is its simplicity. It is easy to read and write.
RemoveAllChildren<T>()
?In Ruby, the RemoveAllChildren<T>()
method removes all the child elements of the current element that have the type T
.
The syntax for the method is as follows:
public void RemoveAllChildren<T> () where T : DocumentFormat.OpenXml.OpenXmlElement;
This method takes one parameter, the type T
.