IReadOnlyShortcodeCollection Interface

Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Shortcodes
Interfaces
  • IReadOnlyCollection<string>
Implementing Types
graph BT Type-.->Interface0["IReadOnlyCollection<string>"] Type["IReadOnlyShortcodeCollection"] class Type type-node Implementing0["TestShortcodeCollection"]-.->Type click Implementing0 "/api/Wyam.Testing.Shortcodes/TestShortcodeCollection" Implementing1["IShortcodeCollection"]-.->Type click Implementing1 "/api/Wyam.Common.Shortcodes/IShortcodeCollection"

Syntax

public interface IReadOnlyShortcodeCollection : IReadOnlyCollection<string>

Methods

GitHub