ArchiSteamFarm.IPEndPointConverter.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) => objectType == typeof(IPEndPoint);