Show / Hide Table of Contents

Interface IEnumerableInterfaceWeaver

Interface for a weaver that weaves IEnumerable Properties.

Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public interface IEnumerableInterfaceWeaver

Methods

| Improve this Doc View Source

WeaveEnumerableProperty(PropertyDefinition, TypeReference)

Weaves an enumerable property.

Declaration
void WeaveEnumerableProperty(PropertyDefinition propertyDefinition, TypeReference defaultEnhancerType)
Parameters
Type Name Description
PropertyDefinition propertyDefinition

The property to weave.

TypeReference defaultEnhancerType

The type of the default enhancer.

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX