Class Property<T>
public class Property<T> : PropertyReadonly<T>, IPropertyEnumValues, IPropertyWritable<T>, IPropertyWritable, IProperty<T>, IProperty
  Type Parameters
T
- Inheritance
 - 
      
      
      Property<T>
 
- Implements
 - 
      
      
      
      IProperty<T>
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Constructors
Property(T)
public Property(T initialValue)
  Parameters
initialValueT
Property(T, Func<T, T>)
public Property(T initialValue, Func<T, T> validator)
  Parameters
initialValueTvalidatorFunc<T, T>