graph BT
Type-->Base0["object"]
Type-.->Interface0["IReadOnlyList<Template>"]
Type-.->Interface1["IReadOnlyCollection<Template>"]
Type-.->Interface2["IEnumerable<Template>"]
Type-.->Interface3["IReadOnlyDictionary<string, Template>"]
Type-.->Interface4["IReadOnlyCollection<KeyValuePair<string, Template>>"]
Type-.->Interface5["IEnumerable<KeyValuePair<string, Template>>"]
Type-.->Interface6["IEnumerable"]
Type["Templates"]
class Type type-node
Syntax
public class Templates : IReadOnlyList<Template>, IReadOnlyCollection<Template>,
IEnumerable<Template>, IReadOnlyDictionary<string, Template>,
IReadOnlyCollection<KeyValuePair<string, Template>>,
IEnumerable<KeyValuePair<string, Template>>, IEnumerable
Constructors
Name | Summary |
---|---|
Templates |
Properties
Name | Property Type | Summary |
---|---|---|
Count | int | |
Keys | IEnumerable |
|
this[int] | Template | |
this[string] | Template | |
Values | IEnumerable |
Methods
Name | Return Value | Summary |
---|---|---|
Add |
void | |
Clear |
void | |
ContainsKey |
bool | |
GetEnumerator |
IEnumerator |
|
GetMediaTypes |
IEnumerable |
|
GetMediaTypes |
IEnumerable |
|
GetModule |
IModule |
Gets a single module that runs all the matching templates for a given set of input documents.
|
IndexOf |
int | |
Insert |
void | |
Remove |
bool | |
TryGetValue |
bool |