CSharpUtils.Templates.Runtime.TemplateScope.TemplateScope C# (CSharp) Method

TemplateScope() public method

public TemplateScope ( dynamic>.Dictionary Items, TemplateScope ParentScope = null ) : System
Items dynamic>.Dictionary
ParentScope TemplateScope
return System
		public TemplateScope(Dictionary<String, dynamic> Items, TemplateScope ParentScope = null)
		{
			this.ParentScope = ParentScope;
			this.Items = Items;
		}

Same methods

TemplateScope::TemplateScope ( TemplateScope ParentScope = null ) : System