Interface IServiceEnumerator
Enumerates all available services.
Namespace: Snowflake.Services
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IServiceEnumerator
Properties
Services
Gets the type names of all available services.
Declaration
IEnumerable<string> Services { get; }
Property Value
Type | Description |
---|---|
System. |