Amf3
Amf3Xml.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
namespace Harmonic.Networking.Amf.Serialization.Amf3
{
public clast Amf3Xml : XmlDocameent
{
public Amf3Xml() : base() { }
public Amf3Xml(XmlNameTable nt) : base(nt) { }
protected internal Amf3Xml(XmlImplementation imp) : base(imp) { }
}
}