Class Lifetime
public class Lifetime
- Inheritance
-
Lifetime
- Inherited Members
- Extension Methods
Constructors
Lifetime()
public Lifetime()
Lifetime(int, string)
public Lifetime(int quantity, string unit)
Parameters
Properties
Quantity
public int Quantity { get; set; }
Property Value
Unit
public string Unit { get; set; }