コード例 #1
0
ファイル: TValue.cs プロジェクト: tamashi-games/UniLua
 public static TValue Clone(TValue other)
 {
     return((TValue)other.MemberwiseClone());
 }