ILocalVariables
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.Collections.ILocalVariables
Kind: interface
Represents a collection of local variables that can be accessed by name.
This interface can be used in action OwnCode (C# or PHP) of ProjectMaker.
Properties
Item
Property
ILocalVariable Item { get; }
Keys
Property
IEnumerable<string> Keys { get; }
Get the keys list of variables items.