コード例 #1
0
 /// <summary>
 /// Add asset that is not part of solution to be part of this snapshot.
 ///
 /// TODO: currently, this asset must be something <see cref="ISerializerService"/> can understand
 ///       this should be changed so that custom serializer can be discoverable by <see cref="RemotableData.Kind"/>
 /// </summary>
 public void AddAdditionalAsset(CustomAsset asset)
 {
     _storage.AddAdditionalAsset(asset);
 }