- index
- The zero-based index at which the item should be inserted.
- item
- The Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity object to insert into the MatchingParameterList.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal item As ICatalogEntity _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MatchingParameterList Dim index As Integer Dim item As ICatalogEntity instance.Insert(index, item) | |
| C# | |
|---|---|
public void Insert( int index, ICatalogEntity item ) | |
| C++/CLI | |
|---|---|
public: void Insert( int index, ICatalogEntity^ item ) | |
Parameters
- index
- The zero-based index at which the item should be inserted.
- item
- The Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity object to insert into the MatchingParameterList.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code