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
Properties
Property
public PropertyInfo Property { get; }
Property Value
Methods
Get(object)
public object Get(object instance)
Parameters
instance
object