Templates
object
IReadOnlyList<Template>
IReadOnlyCollection<Template>
IEnumerable<Template>
IReadOnlyDictionary<string, Template>
IReadOnlyCollection<KeyValuePair<string, Template>>
IEnumerable<KeyValuePair<string, Template>>
IEnumerable
Syntax
public class Templates : IReadOnlyList< Template> , IReadOnlyCollection< Template> ,
IEnumerable< Template> , IReadOnlyDictionary< string , Template> ,
IReadOnlyCollection< KeyValuePair< string , Template> > ,
IEnumerable< KeyValuePair< string , Template> > , IEnumerable
Constructors
Properties
Methods
Extension Methods
Name
Value
Summary
Contains<Template>(IReadOnlyList<Template>, EqualityComparer<Template>)
bool
Contains<Template>(IReadOnlyList<Template>, int, EqualityComparer<Template>)
bool
Contains<Template>(IReadOnlyList<Template>, int)
bool
Contains<Template>(IReadOnlyList<Template>)
bool
ContainsAnyKeys<string, Template>(IEnumerable<string>)
bool
Determines whether the dictionary contains all the specified keys.
ContainsAnyKeys<string, Template>(string[])
bool
Determines whether the dictionary contains all the specified keys.
ContainsKeys<string, Template>(IEnumerable<string>)
bool
Determines whether the dictionary contains all the specified keys.
ContainsKeys<string, Template>(string[])
bool
Determines whether the dictionary contains all the specified keys.
IndexOf<Template>(IReadOnlyList<Template>, EqualityComparer<Template>)
int
IndexOf<Template>(IReadOnlyList<Template>)
int
RequireKeys<string, Template>(IEnumerable<string>)
void
Verifies that a dictionary contains all requires keys.
An System. ArgumentException
will be thrown if the
specified keys are not all present in the dictionary.
RequireKeys<string, Template>(string[])
void
Verifies that a dictionary contains all requires keys.
An System. ArgumentException
will be thrown if the
specified keys are not all present in the dictionary.
ThrowIfNull<Templates>(string)
T
ToDocument<Templates>(IContentProvider)
IDocument
ToDocument<Templates>(IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<Templates>(NormalizedPath, IContentProvider)
IDocument
ToDocument<Templates>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<Templates>(NormalizedPath, NormalizedPath, IContentProvider)
IDocument
ToDocument<Templates>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument