Files
Dec2017-Script-Dump/System/NetPipeStyleUriParser.cs
2026-06-04 11:42:34 +02:00

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
{
}
}