Class OutputSection
Container to hold the Outputs:
section during template deserialization
Implements
Inherited Members
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.Add(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.Contains(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.Remove(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Values
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IReadOnlyDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IReadOnlyDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Values
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class OutputSection : Dictionary<string, Output>, IDictionary<string, Output>, ICollection<KeyValuePair<string, Output>>, IReadOnlyDictionary<string, Output>, IReadOnlyCollection<KeyValuePair<string, Output>>, IEnumerable<KeyValuePair<string, Output>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, ITemplateSection
Properties
| Improve this Doc View SourceContext
Gets the deserialization context.
Declaration
public DeserializationContext Context { get; }
Property Value
Type | Description |
---|---|
DeserializationContext | The context. |