IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.Builders.ProviderCache Class Reference

Classes

class  CacheEntry
 

Static Public Member Functions

static object GetInstanceOf (Type providerType)
 
static object GetInstanceOf (Type providerType, object[] providerArgs)
 
static void Clear ()
 

Static Private Attributes

static Dictionary< CacheEntry,
object > 
instances = new Dictionary<CacheEntry, object>()
 

Member Function Documentation

static object NUnit.Framework.Internal.Builders.ProviderCache.GetInstanceOf ( Type  providerType)
inlinestatic
static object NUnit.Framework.Internal.Builders.ProviderCache.GetInstanceOf ( Type  providerType,
object[]  providerArgs 
)
inlinestatic
static void NUnit.Framework.Internal.Builders.ProviderCache.Clear ( )
inlinestatic

Member Data Documentation

Dictionary<CacheEntry, object> NUnit.Framework.Internal.Builders.ProviderCache.instances = new Dictionary<CacheEntry, object>()
staticprivate

The documentation for this class was generated from the following file: