コード例 #1
0
ファイル: JRaw.cs プロジェクト: GodLesZ/svn-dump
 /// <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)
 {
 }
コード例 #2
0
ファイル: JRaw.cs プロジェクト: hakanaku2009/svn-dump
 /// <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)
 {
 }