'宣言 Protected Overridable Function GenerateUniqueList( _ ByVal items As IList, _ ByVal values As List(Of Object), _ ByVal shouldCheck As Boolean _ ) As Integer
protected virtual int GenerateUniqueList( IList items, List<object> values, bool shouldCheck )