SharpArch.Domain.Reflection.TypePropertyDescriptorCache.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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