'Declaration Public NotInheritable Class GenericCache.FetchItemEventArgs (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)}) Inherits System.EventArgs
public sealed class GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> : System.EventArgs where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>