Table of Contents

Class ReadWriteProperty

Namespace
MassTransit.Internals
Assembly
MassTransit.Abstractions.dll
public class ReadWriteProperty : ReadOnlyProperty
Inheritance
ReadWriteProperty
Inherited Members

Constructors

ReadWriteProperty(PropertyInfo)

public ReadWriteProperty(PropertyInfo property)

Parameters

property PropertyInfo

Fields

SetProperty

public readonly Action<object, object> SetProperty

Field Value

Action<object, object>

Methods

Set(object, object)

public void Set(object instance, object value)

Parameters

instance object
value object