- Namespace
- Statiq
.Testing - Interfaces
-
- IPipelineCollection
- 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
- Base Types
-
- object
Syntax
public class TestPipelineCollection : 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 | |
IsReadOnly | bool | |
Keys | ICollection |
|
this[string] | IPipeline | |
Values | ICollection |
Methods
Name | Return Value | Summary |
---|---|---|
Add |
void | |
Add |
void | |
Add |
IPipeline | |
Clear |
void | |
Contains |
bool | |
ContainsKey |
bool | |
CopyTo |
void | |
GetEnumerator |
IEnumerator |
|
Remove |
bool | |
Remove |
bool | |
TryGetValue |
bool | |
TryGetValue |
bool |