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 SourceWeaveEnumerableProperty(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. |