sourcefield
Private Sub ClearCache() For Each CacheKey As DictionaryEntry In Cache If CacheKey.Key.GetType.Equals(GetType(System.String)) Then Dim MyKey As String = CacheKey.Key Cache.Remove(CacheKey.Key) End If NextEnd Sub
Post a Comment
$dllPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\...
No comments:
Post a Comment