[This is preliminary documentation and is subject to change.]
Inserts an Hl7ComparisonTag element into the Hl7ComparisonTag at the specified index.
| C# | Visual Basic | Visual C++ |
public void Insert( int index, Hl7ComparisonTag value )
Public Sub Insert ( _ index As Integer, _ value As Hl7ComparisonTag _ )
public: void Insert( int index, Hl7ComparisonTag^ value )
- index (Int32)
- The zero-based index at which value should be inserted.
- value (Hl7ComparisonTag)
- The Hl7ComparisonTagCollection to insert.