←Select platform

ArrayGetter Method (HL7MessageItem)

Summary

An array of objects in a given index, assuming that there is more than one repetition.

Syntax

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

Parameters

index
index of the object

Type Parameters

T

Return Value

An array of objects in a given index, assuming that there is more than one 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