ContactInfoListResponse(List<ContactInfo>, Int64) Constructor
Public Sub New( _
ByVal info As List(Of ContactInfo), _
ByVal event_id As Long _
)
This language is not supported or no code example is available.
public ContactInfoListResponse(
List<ContactInfo> info,
long event_id
)
This language is not supported or no code example is available.
public:
ContactInfoListResponse(
List<ContactInfo^>^ info,
long event_id
)
This language is not supported or no code example is available.
Parameters
- info
- List<ContactInfo>
<default>
- event_id
- long