Add Method

Summary

Adds a new element into the collection.

Syntax
C#
VB
C++
  
Public Sub Add( _ 
   ByVal connectionElement As ConnectionElement _ 
)  
public: 
void Add(  
   ConnectionElement^ connectionElement 
)  

Parameters

connectionElement
The element to be added.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly