Show / Hide Table of Contents

    Interface IProperty<TObject, TValue>

    Defines a specific property operator that is able to get or set values of that property.

    Определяет оператор определённого свойства, который может получать или устанавливать его значения.

    Inherited Members
    ISetter<TValue, TObject>.Set(TObject, TValue)
    IProvider<TValue, TObject>.Get(TObject)
    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.

    Тип значения свойства.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX