Create a new instance
Create a new instance
[Visual Basic] Public Sub New(ByVal Type,ByVal Type)
[C#] public ServiceDependencyAttribute(Type,Type);
[C++] public: ServiceDependencyAttribute(Type*,Type*);
[JScript] public function ServiceDependencyAttribute(Type,Type);
Create a new instance.
[Visual Basic] Public Sub New(ByVal Type,ByVal Type,ByVal String)
[C#] public ServiceDependencyAttribute(Type,Type,string);
[C++] public: ServiceDependencyAttribute(Type*,Type*,String*);
[JScript] public function ServiceDependencyAttribute(Type,Type,String);
ServiceDependencyAttribute Class | AqDWeb.Attributes Namespace