예제 #1
0
 public IVariableInformation GetCachedView() => new RemoteValueVariableInformation(
     _varInfoBuilder, FormatSpecifier, _remoteValueFormat, FallbackValueFormat,
     _remoteValue.GetCachedView(_remoteValueFormat.GetValueFormat(FallbackValueFormat)),
     DisplayName, CustomVisualizer, _childAdapterFactory);