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

GetReflectionType() 공개 메소드

public GetReflectionType ( Type objectType, object instance ) : Type
objectType System.Type
instance object
리턴 System.Type
        public override Type GetReflectionType(Type objectType, object instance)
        {
            return Provider.GetReflectionType(objectType, instance);
        }