Show / Hide Table of Contents

Class NullTemplateObjectVisitorContext

A empty implementation of the ITemplateObjectVisitorContext<TContext>. This just returns it self as the object graph is traversed and otherwise does nothing.

Inheritance
Object
NullTemplateObjectVisitorContext
Implements
ITemplateObjectVisitorContext<NullTemplateObjectVisitorContext>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Firefly.CloudFormationParser.TemplateObjects.Traversal
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class NullTemplateObjectVisitorContext : ITemplateObjectVisitorContext<NullTemplateObjectVisitorContext>

Methods

| Improve this Doc View Source

Next(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.

| Improve this Doc View Source

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.

Implements

ITemplateObjectVisitorContext<TContext>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX