DependencyAttribute(Type) Constructor

Definition

Creates a new DependencyAttribute with default values.

public DependencyAttribute (Type implementorType);
new Xamarin.Forms.DependencyAttribute : Type -> Xamarin.Forms.DependencyAttribute

Parameters

implementorType
Type

The type of the implementor of the dependency.

Applies to