←Select platform

Getter Method (Segment)

Summary

Returns the object at a given index as the given type.

Syntax

C#
VB
C++
Public Overrides Function Getter(Of T)( _ 
   ByVal index As Integer _ 
) As T 
public override T Getter<_T_>(  
   int index 
) 
public: 
_T^_ Gettergeneric<typename T> 
(  
   int index 
) override  

Parameters

index
index for the object to retrieve.

Type Parameters

T

Return Value

Returns the object at a given index as the given type.

Requirements

Target Platforms

See Also

Reference

Segment Class

Segment Members

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