MessageCollectionBase.Remove Method

Definition

Overloads

Remove(Int32)
Remove(Int32, String)

Remove(Int32)

public void Remove (int id);
override this.Remove : int -> unit
Public Sub Remove (id As Integer)

Parameters

id
Int32

Applies to

Remove(Int32, String)

public void Remove (int id, string language);
override this.Remove : int * string -> unit
Public Sub Remove (id As Integer, language As String)

Parameters

id
Int32
language
String

Applies to