SharpArch.Domain.Reflection.TypePropertyDescriptorCache.Clear C# (CSharp) Méthode

Clear() public méthode

Clears the cache.
public Clear ( ) : void
Résultat void
        public void Clear()
        {
            this.cache.Clear();
        }
TypePropertyDescriptorCache