Interface IEmptyPluginConfiguration
Inherited Members
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Snowflake.Configuration.IConfigurationOptionDescriptor, Snowflake.Configuration.IConfigurationValue>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Namespace: Snowflake.Extensibility
Assembly: Snowflake.Framework.dll
Syntax
[ConfigurationSection("EmptyPluginConfiguration", "Default Plugin Configuration")]
public interface IEmptyPluginConfiguration : IConfigurationSection<IEmptyPluginConfiguration>, IConfigurationSection, IEnumerable<KeyValuePair<IConfigurationOptionDescriptor, IConfigurationValue>>, IEnumerable