Exemplo n.º 1
0
 static public bool IsValue(this IRuntimeRefOrValue runtimeRefOrValue) => !(runtimeRefOrValue.IsReference());
Exemplo n.º 2
0
 static public bool IsReference(this IRuntimeRefOrValue runtimeRefOrValue) => null != runtimeRefOrValue?.reference;