AK.F1.Timing.Service.Configuration.Impl.TypeConversion.IPAddressTypeDescriptionProvider.GetTypeDescriptor C# (CSharp) Method

GetTypeDescriptor() public method

public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
return ICustomTypeDescriptor
        public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance)
        {
            return new IPAddressCustomTypeDescriptor();
        }