Exemple #1
0
 /// <summary>
 /// Gets whether or not this dynamic data instance has data stored for the specified type
 /// </summary>
 public bool HasData <T>()
 {
     return(_cache.HasData(typeof(T)));
 }