Bamboo.Prevalence.XPath.TypeInfoCache.TypeInfoCache C# (CSharp) Method

TypeInfoCache() public method

Constructs an empty TypeInfoCache.
public TypeInfoCache ( ) : System
return System
		public TypeInfoCache()
		{
			_cache = new System.Collections.Hashtable();
		}