Success(IFieldOrProperty)
Creates a result indicating successful introduction of a dependency.
Declaration
public static IntroduceDependencyResult Success(IFieldOrProperty fieldOrProperty)Parameters
| Type | Name | Description |
|---|---|---|
| IFieldOrProperty | fieldOrProperty | The introduced or found field or property. |
Returns
| Type | Description |
|---|---|
| IntroduceDependencyResult | An IntroduceDependencyResult with outcome Default. |