FiftyOne.Foundation.UI.Device.Device C# (CSharp) Method

Device() private method

private Device ( Profile profile ) : System
profile Profile
return System
        public Device(Profile profile) 
        {
            if (profile == null)
                throw new ArgumentNullException("profile");
            _signature = profile.Signatures.First(); 
        }

Same methods

Device::Device ( Signature signature ) : System