コード例 #1
0
ファイル: WSEndpoint.cs プロジェクト: mreinart/ice
 // Clone constructor
 private WSEndpoint(WSEndpoint endpoint, string host, ushort port)
     : base(endpoint, host, port)
 {
 }
コード例 #2
0
 // Clone constructor
 private WSEndpoint(WSEndpoint endpoint, string host, ushort port)
     : base(endpoint, host, port) => _resource = endpoint._resource;