aboutsummaryrefslogblamecommitdiff
path: root/csharp/ProtocolBuffers/Delegates.cs
blob: 2aa440b10f60497e1752d3469402d79d08bf4edd (plain) (tree)
1
2
3
4
5
6
7
8







                                                                            
using System.IO;
namespace Google.ProtocolBuffers {

  /// <summary>
  /// Delegate to return a stream when asked, used by MessageStreamIterator.
  /// </summary>
  public delegate Stream StreamProvider();
}