←Select platform

ArrayGetter Method (IHL7MessageItem)

Summary

Array of objects at a given index assuming there is more than one repetition. Returns an empty array when there is no repetition.

Syntax

C#
VB
C++
Function ArrayGetter(Of T)( _ 
   ByVal index As Integer _ 
) As _T()_ 
_T[]_ ArrayGetter<_T_>(  
   int index 
) 
_array<T^>^_ ArrayGettergeneric<typename T> 
(  
   int index 
)  

Parameters

index
Index of an object.

Type Parameters

T

Return Value

Array of objects at a given index assuming there is more than one repetition. Returns an empty array when there is no repetition.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.HL7 Assembly
Click or drag to resize