A collection of pipelines.
- Namespace
- Statiq
.Common - Interfaces
-
- I
Read Only Pipeline Collection - IReadOnlyDictionary
<string, IReadOnlyPipeline> - IReadOnlyCollection
<KeyValuePair <string, IReadOnlyPipeline> > - IEnumerable
<KeyValuePair <string, IReadOnlyPipeline> > - IDictionary
<string, IPipeline> - ICollection
<KeyValuePair <string, IPipeline> > - IEnumerable
<KeyValuePair <string, IPipeline> > - IEnumerable
- I
- Implementing Types
Syntax
public interface IPipelineCollection : IReadOnlyPipelineCollection,
IReadOnlyDictionary<string, IReadOnlyPipeline>,
IReadOnlyCollection<KeyValuePair<string, IReadOnlyPipeline>>,
IEnumerable<KeyValuePair<string, IReadOnlyPipeline>>, IDictionary<string, IPipeline>,
ICollection<KeyValuePair<string, IPipeline>>, IEnumerable<KeyValuePair<string, IPipeline>>,
IEnumerable
Properties
| Name | Property Type | Summary |
|---|---|---|
| Count | int | |
| Keys | ICollection |
|
| this[string] | IPipeline | |
| Values | ICollection |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Add |
IPipeline | |
| AsEnumerable |
IEnumerable |
|
| ContainsKey |
bool | |
| GetEnumerator |
IEnumerator |
|
| TryGetValue |
bool |