System.ComponentModel.DelegatingTypeDescriptionProvider.GetCache C# (CSharp) 메소드

GetCache() 공개 메소드

public GetCache ( object instance ) : IDictionary
instance object
리턴 IDictionary
	    public override IDictionary GetCache(object instance)
        {
            return Provider.GetCache(instance);
        }