FromKernelServicesAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromKernelServicesAttribute() |
Initializes the attribute. |
FromKernelServicesAttribute(Object) |
Initializes the attribute with the specified service key. |
FromKernelServicesAttribute()
Initializes the attribute.
public FromKernelServicesAttribute ();
Public Sub New ()
Applies to
FromKernelServicesAttribute(Object)
Initializes the attribute with the specified service key.
public FromKernelServicesAttribute (object? serviceKey);
new Microsoft.SemanticKernel.FromKernelServicesAttribute : obj -> Microsoft.SemanticKernel.FromKernelServicesAttribute
Public Sub New (serviceKey As Object)
Parameters
- serviceKey
- Object
The optional service key to use when resolving a service.