Class HostedServicesCollectionOptionsProvider<T>
Implements
Namespace: Coree.NETStandard.Options
Assembly: Coree.NETStandard.dll
Syntax
public class HostedServicesCollectionOptionsProvider<T> : IHostedServicesCollectionOptionsProvider<T> where T : new()
Type Parameters
Name | Description |
---|---|
T |
Methods
| Edit this page View SourceEnqueue(T)
Declaration
public void Enqueue(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item |
MoveNext()
Declaration
public T MoveNext()
Returns
Type | Description |
---|---|
T |