MethodDescriptor Property
Definition
- Namespace
- Cuemon.Diagnostics
- Assemblies
- Cuemon.Diagnostics.dll
MethodDescriptor
Gets or sets the callback function delegate that resolves a MethodDescriptor.
public Func<MethodDescriptor> MethodDescriptor { get; set; }
Property Value
- Func<MethodDescriptor>
The callback function delegate that resolves a MethodDescriptor.