Automobile.Registrar.SQLiteClient.GetFirstMatch C# (CSharp) Метод

GetFirstMatch() публичный Метод

public GetFirstMatch ( DeviceInfo device ) : DeviceInfo
device Automobile.Mobile.Framework.Data.DeviceInfo
Результат Automobile.Mobile.Framework.Data.DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo device)
        {
            return GetFirstMatch(device, true);
        }

Same methods

SQLiteClient::GetFirstMatch ( DeviceInfo device, bool filterByAvailible ) : DeviceInfo