Interface IValueAccessor
Namespace: Estrelica.Archer.Utility
Assembly: Estrelica.Archer.Utility.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IValueAccessor
Methods
GetValue(string, ref dynamic, char)
Declaration
bool GetValue(string identifier, ref dynamic value, char keySeparator)
Parameters
string identifier |
dynamic value |
char keySeparator |
Returns
bool |