System.ComponentModel.DelegatingTypeDescriptionProvider.GetReflectionType C# (CSharp) Method

GetReflectionType() public method

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