- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Shortcodes - Interfaces
-
- IReadOnlyCollection
<string>
- IReadOnlyCollection
- 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
Name | Value | Summary |
---|---|---|
Contains |
bool | |
CreateInstance |
IShortcode |