Verify .NET native integration
示例#1
0
        public static NativePeer make(Native t)
        {
            NativePeer peer = new NativePeer();

            peer.m_ctorY = t.m_y;
            return(peer);
        }
示例#2
0
文件: NativePeer.cs 项目: nomit007/f4
 public static NativePeer make(Native t)
 {
     NativePeer peer = new NativePeer();
       peer.m_ctorY = t.m_y;
       return peer;
 }