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
- propertyPropertyInfo
Fields
GetProperty
public readonly Func<object, object> GetPropertyField Value
Properties
Property
public PropertyInfo Property { get; }Property Value
Methods
Get(object)
public object Get(object instance)Parameters
- instanceobject