Class DependencyResolveAttribute Last update: 03.07.2024 Namespace: VM Assembly: VM.dll [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] public class DependencyResolveAttribute : Attribute Inheritance object ← Attribute ← DependencyResolveAttribute Constructors DependencyResolveAttribute(Type) public DependencyResolveAttribute(Type interfaceType) Parameters interfaceType Type Properties InterfaceType public Type InterfaceType { get; } Property Value Type