Candy.Client.Models.JsonFileStateRepository.InstalledApplicationConverter.CanConvert C# (CSharp) Méthode

CanConvert() public méthode

public CanConvert ( Type objectType ) : bool
objectType System.Type
Résultat bool
            public override bool CanConvert(Type objectType)
            {
                return typeof(InstalledApplication).IsAssignableFrom(objectType);
            }
            private static bool IsCandy(string installedPath)
JsonFileStateRepository.InstalledApplicationConverter