DictUtilsremoveItemStartsWith Method

Removes items with the specified key pattern

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Sub removeItemStartsWith ( 
	pattern As String
)

Dim instance As DictUtils
Dim pattern As String

instance.removeItemStartsWith(pattern)

Parameters

pattern  String
Pattern that matches the start of keys to remove

See Also