Show / Hide Table of Contents

    Interface ISetter<TValue>

    Defines an setter that sets the passed value as a new state.

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

    Namespace: Platform.Interfaces
    Assembly: Platform.Interfaces.dll
    Syntax
    public interface ISetter<in TValue>
    Type Parameters
    Name Description
    TValue

    Type of set value.

    Тип устанавливаемого значения.

    Methods

    | Improve this Doc View Source

    Set(TValue)

    Sets the value of a specific property in the specified object.

    Устанавливает значение определённого свойства в указанном объекте.

    Declaration
    void Set(TValue value)
    Parameters
    Type Name Description
    TValue value

    The value.

    Значение.

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