| AppletCollectionRemoveAt Method |
Removes the specified item
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:SanteDB.Core.Applets.AppletCollection.RemoveAt(System.Int32)"]
Implements
IListTRemoveAt(Int32)See Also