• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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.Collections.Generic.IEnumerable<System.String>
In This Article
  • Properties
    • Services
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.