ConfigurationElementCollection<T>.RemoveAt Method (Int32)
Applies To: Dynamics CRM 2015
Removes the element at the specified position from the collection.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public void RemoveAt(
int index
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index:int -> unit
Public Sub RemoveAt (
index As Integer
)
Parameters
index
Type: System.Int32Type: Int32. The index value.
See Also
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright