An NDoc Documented Class Library

ServiceDependencyAttribute Constructor (Type, Type)

Create a new instance

[Visual Basic]
Public Sub New( _ 
   ByVal Type As Type, _ 
   ByVal Type As Type _ 
)
[C#]
public ServiceDependencyAttribute(
   Type Type,
   Type Type
);
[C++]
public: ServiceDependencyAttribute(
   Type* Type,
   Type* Type
);
[JScript]
public function ServiceDependencyAttribute(
   Type Type,
   Type Type
);

Parameters

containerType
Container type, the key of service in this container is the serviceType's full name.
serviceType
Service type

See Also

ServiceDependencyAttribute Class | AqDWeb.Attributes Namespace | ServiceDependencyAttribute Constructor Overload List