Ignore(IFieldOrProperty)
Creates a result indicating that the dependency introduction was ignored because a suitable member already exists.
Declaration
public static IntroduceDependencyResult Ignore(IFieldOrProperty fieldOrProperty)Parameters
| Type | Name | Description |
|---|---|---|
| IFieldOrProperty | fieldOrProperty | The existing field or property. |
Returns
| Type | Description |
|---|---|
| IntroduceDependencyResult | An IntroduceDependencyResult with outcome Ignore. |