Table of Contents

Class ReadOnlyProperty

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

Constructors

ReadOnlyProperty(PropertyInfo)

public ReadOnlyProperty(PropertyInfo property)

Parameters

property PropertyInfo

Fields

GetProperty

public readonly Func<object, object> GetProperty

Field Value

Func<object, object>

Properties

Property

public PropertyInfo Property { get; }

Property Value

PropertyInfo

Methods

Get(object)

public object Get(object instance)

Parameters

instance object

Returns

object