12 lines
252 B
C#
12 lines
252 B
C#
using System;
|
|
|
|
namespace System
|
|
{
|
|
/// <summary>A parser based on the NetPipe scheme for the "Indigo" system.</summary>
|
|
// Token: 0x020002F7 RID: 759
|
|
[global::System.MonoTODO]
|
|
public class NetPipeStyleUriParser : global::System.UriParser
|
|
{
|
|
}
|
|
}
|