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