SharpArch.Domain.Reflection.TypePropertyDescriptorCache.Clear C# (CSharp) Method

Clear() public method

Clears the cache.
public Clear ( ) : void
return void
        public void Clear()
        {
            this.cache.Clear();
        }
TypePropertyDescriptorCache