示例#1
0
文件: JRaw.cs 项目: UnifyKit/OsmSharp
 /// <summary>
 /// Initializes a new instance of the <see cref="JRaw"/> class from another <see cref="JRaw"/> object.
 /// </summary>
 /// <param name="other">A <see cref="JRaw"/> object to copy from.</param>
 public JRaw(JRaw other)
     : base(other)
 {
 }