Class NullTemplateObjectVisitorContext
A empty implementation of the ITemplateObjectVisitorContext<TContext>. This just returns it self as the object graph is traversed and otherwise does nothing.
Inherited Members
Namespace: Firefly.CloudFormationParser.TemplateObjects.Traversal
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class NullTemplateObjectVisitorContext : ITemplateObjectVisitorContext<NullTemplateObjectVisitorContext>
Methods
| Improve this Doc View SourceNext(Int32)
Gets the next context for an item in a list.
Declaration
public NullTemplateObjectVisitorContext Next(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Index in current list |
Returns
Type | Description |
---|---|
NullTemplateObjectVisitorContext | Current or new context. |
Next(String)
Gets the next context for an entry in a dictionary
Declaration
public NullTemplateObjectVisitorContext Next(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of property. |
Returns
Type | Description |
---|---|
NullTemplateObjectVisitorContext | Current or new context. |