Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified object from the collection using an index value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void Remove(
int index
)
void Remove(
int index
)
abstract Remove :
index:int -> unit
Sub Remove (
index As Integer
)
Parameters
index
Type: System.Int32One-based index of the item to remove from the collection.
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top