Interface IVariablesAccessor
Namespace: EyeAuras.Scripting.UserSpace
Assembly: EyeAuras.Scripting.Metadata.dll
Syntax
public interface IVariablesAccessor : IEnumerable<AuraVariable>, IEnumerable, ICanSetVariables
Properties
Name | Description |
---|---|
Count |
Methods
Name | Description |
---|---|
AddOrUpdate<T>(string, T) | |
AddOrUpdate<T>(string, T, Func<T, T>) | |
Contains(string) | |
GetValue<T>(string) | |
GetValue<T>(string, T) | |
Get<T>(string) | |
TryGetValue<T>(string, out T) |