Beispiel #1
0
 /// <summary>Gets the child comment at the specified index.</summary>
 /// <param name="index">The index of the child comment to retrieve.</param>
 /// <returns>The child comment</returns>
 public Comment GetChildAt(int index) => Clang.CommentGetChild(this, Convert.ToUInt32(index));