Interface IProperty<TObject, TValue>
Defines a specific property operator that is able to get or set values of that property.
Определяет оператор определённого свойства, который может получать или устанавливать его значения.
Inherited Members
Namespace: Platform.Interfaces
Assembly: Platform.Interfaces.dll
Syntax
public interface IProperty<in TObject, TValue> : ISetter<TValue, TObject>, IProvider<TValue, TObject>
Type Parameters
Name | Description |
---|---|
TObject | Object type. Тип объекта. |
TValue | Property value type. Тип значения свойства. |