/// Creates an instance of an IGMP Report Version 3 Layer with a default of no Group Records.
/// </summary>
publicIgmpReportVersion3Layer()
{
GroupRecords=newIgmpGroupRecord[0].AsReadOnly();
}
/// <summary>
/// Each Group Record is a block of fields containing information pertaining to the sender's membership in a single multicast group on the interface from which the Report is sent.