DataCollection<TKey, TValue>.Remove Method (TKey)

 

Applies To: Dynamics CRM 2015

Removes the first occurrence of a specific object from the DataCollection<TKey, TValue>.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public bool Remove(
    TKey key
)
public:
bool Remove(
    TKey key
)
member Remove : 
        key:'TKey -> bool
Public Function Remove (
    key As TKey
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
true if the object was found and removed; otherwise, false.

See Also

Remove Overload
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright