BaconographyPortable.Model.Reddit.Converters.UnixTimeConverter.CanConvert C# (CSharp) Method

CanConvert() public method

public CanConvert ( Type objectType ) : bool
objectType System.Type
return bool
        public override bool CanConvert(Type objectType)
        {
            throw new NotImplementedException();
        }