Example #1
0
 public IVariableInformation GetCachedView() => new RemoteValueVariableInformation(
     _varInfoBuilder, FormatSpecifier, _remoteValueFormat, FallbackValueFormat,
     _remoteValue.GetCachedView(_remoteValueFormat.GetValueFormat(FallbackValueFormat)),
     DisplayName, CustomVisualizer, _childAdapterFactory);
 public RemoteValue GetCachedView(ValueFormat format)
 {
     return(value.GetCachedView(format));
 }