operator [] method
Gets the PdfRadioButtonListItem at the specified index.
Implementation
PdfRadioButtonListItem operator [](int index) =>
_helper.list[index] as PdfRadioButtonListItem;
Gets the PdfRadioButtonListItem at the specified index.
PdfRadioButtonListItem operator [](int index) =>
_helper.list[index] as PdfRadioButtonListItem;